You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Modal implementation which allows to display multiple Modals simultaneously.
@@ -10,14 +11,13 @@ Native Modal implementation which allows to display multiple Modals simultaneous
10
11
11
12
## ✨ Features
12
13
13
-
- 📱 iOS & Android
14
-
- 🚀 Performant Native Implementation
15
-
- ✅ Accessibility Support
16
-
- 💯 Compatible with Expo
17
-
- 💥 New Architecture (Fabric)
18
-
- 🆗 Old Architecture (Paper)
19
-
- 👌 Written in TypeScript
14
+
- 🚀 Shows multiple instances at the same time
15
+
- 💯 Displays on top of default modal
16
+
- 🆗 Supports gesture handler out of the box
20
17
- 🛠️ Displays above bottom tabs navigation
18
+
- 📱 Adjusts content when rotated
19
+
- 💥 Enhanced status bar configuration
20
+
- ✅ Accessibility Support
21
21
22
22
## Installation
23
23
@@ -150,7 +150,9 @@ Determines whether your modal should go under the system statusbar.
150
150
151
151
If you notice any bugs or anything working differently compared to React Native, feel free to open an issue. It’ll really help improve the project 🙏.
152
152
153
-
Also, if there are any well-known issues in React Native that haven’t been fixed for a long time and they show up here too, let me know! Let’s make things better together 😎.
153
+
#### Still something missed?
154
+
155
+
I would love if you would let me know what you are missing in the library. _Together we can make it a community standard!_
0 commit comments