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
[React Native Navigation by Wix](https://wix.github.io/react-native-navigation/#/) does not offer an in-built solution for displaying a drawer on iOS. Their current side-menu has limited functionality on both iOS and Android. This is a drawer solution using showOverlay under the hood to display a drawer on iOS and Android.
4
-
5
-
If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of this library.
@@ -17,6 +17,10 @@ If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of th
17
17
<hr />
18
18
</p>
19
19
20
+
[React Native Navigation by Wix](https://wix.github.io/react-native-navigation/#/) does not offer an in-built solution for displaying a drawer on iOS. Their current side-menu has limited functionality on both iOS and Android. This is a drawer solution using showOverlay under the hood to display a drawer on iOS and Android.
21
+
22
+
If you are using React Native Navigation >= 3.0.0 then use version 3.x.x + of this library.
0 commit comments