Skip to content

Commit

Permalink
📝 Docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Apr 30, 2023
1 parent 1fa76d6 commit b249c5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Hi, this library is being re-written — please check the `wip` branch + [`TODO.

<br><br>

try out the wip version of the library:

```
npm install react-native-ios-modal@2.0.0-0
```

<br><br>

A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a `UIViewController` and presenting it.
* Since this is just using a `UIViewController`, this component also supports setting the`UIModalPresentationStyle` and `UIModalTransitionStyle`.
* Supports setting `isModalInPresentation` and separately disabling the native swipe down gesture when the modal is using `pageSheet` `modalPresentationStyle`.
Expand Down

0 comments on commit b249c5e

Please sign in to comment.