From b249c5e93fc80c2e6a8e2b574a9b256634e63966 Mon Sep 17 00:00:00 2001 From: Dominic Go <18517029+dominicstop@users.noreply.github.com> Date: Mon, 1 May 2023 05:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20Update=20`README`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7a7fea46..e7bb5be9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Hi, this library is being re-written — please check the `wip` branch + [`TODO.

+try out the wip version of the library: + +``` +npm install react-native-ios-modal@2.0.0-0 +``` + +

+ 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`.