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 8cfaeaa commit 1fa76d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# react-native-ios-modal

## 🚧⚠️ Re-Write in Progress ⚠️🚧

Hi, this library is being re-written — please check the `wip` branch + [`TODO.md`](./docs/TODO.md) file for progress ✨

<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 1fa76d6

Please sign in to comment.