Skip to content

Commit

Permalink
📝 README: Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop authored Dec 17, 2020
1 parent 4f2c1f6 commit 7517fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A react-native component for displaying a modal on iOS by natively wrapping a re
### Motivation
* You can use this, but it's iOS only (so you have to use a different modal component on android, like the built-in react-native [component](https://reactnative.dev/docs/modal)).
* I just really liked the native iOS 13 `pageSheet` modal behavior, and iOS also automatically handles the modal dismiss gesture when using a scrollview.
* So this component exist to tap into native iOS modal behaviour. Ideally, another library will use this component (like a navigation library) to show modals and handle using a different component for android.
* So this component exist to tap into native iOS modal behaviour.
- - -
<br/>

Expand Down Expand Up @@ -345,4 +345,4 @@ MIT

## Links
* I'm [@DominicGo](https://twitter.com/GoDominic) on twitter if you have any questions ✨
* Other libraries: [`react-native-ios-context-menu`](https://github.com/dominicstop/react-native-ios-context-menu)
* Other libraries: [`react-native-ios-context-menu`](https://github.com/dominicstop/react-native-ios-context-menu)

0 comments on commit 7517fdd

Please sign in to comment.