From 7517fddfe67717debfadccc9d06512b029fff226 Mon Sep 17 00:00:00 2001 From: Dominic Go Date: Thu, 17 Dec 2020 22:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Minor=20Changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edc73519..22a1e227 100644 --- a/README.md +++ b/README.md @@ -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. - - -
@@ -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) \ No newline at end of file +* Other libraries: [`react-native-ios-context-menu`](https://github.com/dominicstop/react-native-ios-context-menu)