Skip to content

Commit 1721578

Browse files
committed
📝 Updated README
1 parent 0bb12b7 commit 1721578

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ cd ios && pod install
3838
<br/>
3939

4040
* **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
4646
- - -
4747
<br/>
4848

@@ -70,7 +70,7 @@ import { ModalView } from 'react-native-ios-modal';
7070
#### 3.1.1 Props: Flags
7171
| Name | Default | Description |
7272
|-------------------------------------|---------|--------------------------------------------------------------|
73-
| **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. |
7474
| **isModalBGBlurred** | true | Set whether or not the background is blurred. When true, `modalBGBlurEffectStyle` prop takes effect. |
7575
| **enableSwipeGesture** | true | When the modal is using `pageSheet` or similar `modalPresentationStyle`, this prop controls whether or not the swipe gesture is enabled. |
7676
| **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

Comments
 (0)