I'm using the react-native-navigation and this their github politic is to forward all questions about their lib on stackoverflow, I'm asking the question here.
So here is the issue I'm having:
My app has a left drawer and an overlay.
On Android (did not test yet on iOS), if I open the left drawer, the overlay that was already open before is rendered over the drawer that opens.
How can I have the drawer to be rendered over the overlay?
Steps to Reproduce / Code Snippets / Screenshots
1 - SetRoot with a left drawer.
2 - right after setRoot, show an overlay
3 - when using your app, open the drawer. The overlay is rendered over the drawer on Android. I would like the contrary.
Environment
React Native Navigation version: 7.1.0
React Native version: 0.63.3
Platform(s) (iOS, Android, or both?): tested on android
Device info (Simulator/Device? OS version? Debug/Release?): device and simulator, Android 10
Turns out that the rnn will be updgraded to address this issue: https://github.com/wix/react-native-navigation/issues/6656
Related
i am learning react native with expo instalation and using react-native navigation drawer. after some time adding new plugin/packages, create new components, and clean up/remove basic default installation components (i use tab template), it shows something like this in the android emulator: strange overlay sliding from bottom to top when first reload.
do you guys know and experience same thing? what is that and how to remove it? i tried run it on web, it doesnt show
Testing React Native Apps Not Working For IOS While Child Routing Is Used. Foe Example If we Use a Stack Navigator inside Drawer Navigator Appium is unable to find elements for the Stack Navigator Components.
Working Scenario:
If we paste those stack.screen and place it in Drawer.Screen and rename as Drawer.Screen It is working perfect
Any Suggestion to this Issue will be more helpful, Thanks in advance.
I don't understand why the warning popup appears under phone's navigation bar. This issue is happening only on android, on Iphone everything is ok.
I am using react-native 0.63 and for navigation I am using react navigation version 5.
Thank you.
If you create a React Native <Button>, it renders as a UIButton in iOS and an android.widget.Button in android. This means that it looks different on different platforms.
What about Pressables? What is the simplest way to create an iOS button on iOS and an Android button on Android without resorting to a 3rd partly npm library?
This is my view and this happens when I open the soft keyboard, I'm running on the latest Expo and React Native, the TextInput is not seen. I don't have standalone Android and iOS folders so I cannot add things to manifest or can I?
Use a KeyboardAvoidingView.
Here's the link to the doc https://reactnative.dev/docs/keyboardavoidingview