You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ cd ios && pod install
38
38
<br/>
39
39
40
40
***Note**: This library is written in swift. If you are having trouble building your app after installing this library, try adding an empty swift file.
41
-
1. Open up your `ios/project.xcworkspace` project
42
-
2. On the project navigator panel, right click on your project (or a folder/group) and select "New File..." option
43
-
3. In the popup/sheet, select swift click next
44
-
4. In the "Save As" popup/sheet, rename the file if you want to and click create
45
-
5. If Xcode asks you to create a "Objective-C Bridging Header", choose yes
41
+
1. Open up your `ios/project.xcworkspace` project
42
+
2. On the project navigator panel, right click on your project (or a folder/group) and select "New File..." option
43
+
3. In the popup/sheet, select swift click next
44
+
4. In the "Save As" popup/sheet, rename the file if you want to and click create
45
+
5. If Xcode asks you to create a "Objective-C Bridging Header", choose yes
46
46
- - -
47
47
<br/>
48
48
@@ -70,7 +70,7 @@ import { ModalView } from 'react-native-ios-modal';
|**presentViaMount**| false | If this prop is set to true, the modal will be presented or dismissed when the `ModalView` is mounted/unmounted. |
73
+
|**presentViaMount**| false | If this prop is set to true, the modal will be presented or dismissed when the `ModalView` is mounted/unmounted. **Note**: Currently buggy/wip. |
74
74
|**isModalBGBlurred**| true | Set whether or not the background is blurred. When true, `modalBGBlurEffectStyle` prop takes effect. |
75
75
|**enableSwipeGesture**| true | When the modal is using `pageSheet` or similar `modalPresentationStyle`, this prop controls whether or not the swipe gesture is enabled. |
76
76
|**hideNonVisibleModals**| false | When multiple modals are visible at the same time, the first few modals will be temporarily hidden (they will still be mounted) to improve performance when this prop is set to true. |
0 commit comments