Questions about Wix's React Native Navigation package (react-native-navigation on npm).
Questions tagged [wix-react-native-navigation]
269 questions
4
votes
1 answer
react-native-navigation BottomTab Style
Issue Description
How can we style the bottom tabs container in react-native-navigation? For example if we want to increase the vertical padding and change the top border color?
Environment
React Native Navigation version: 6.12.2
React Native…

user3026927
- 100
- 5
4
votes
1 answer
React-native-navigation check if componentId exists before push
I am using react-native-navigation library to navigate through screens in my app, the problem is that if I navigate to a screen by pressing a button and press fast multiple times then that particular screen opens multiple times. My question is if…

Ioana B
- 195
- 3
- 16
4
votes
1 answer
Stuck on splash screen on first launch but if we don't kill app and launch app again the app works fine. (react-native) Android
I have upgraded code to react-native 0.59.9 from 0.53.3. I think I may have missed some essential steps and getting launch issues. Please check and help me to make app work fine.
React Native Navigation version: 4.0.6
React Native version:…

Darren J
- 101
- 7
4
votes
0 answers
Does react-native-navigation creates an activity for every screen in android platform?
I have seen that react-native-navigation provides a completely native navigation for react-native. And I know that react-native applications run on a single activity (MainActivity.java) on Android. So my question is: does react-native-navigation…

Mahdi N
- 2,128
- 3
- 17
- 38
4
votes
1 answer
React Native Navigation (6.3.2) - How to hide top statusBar completely in Android (see screenshot)
I am trying to build a new react-native application using react-native-navigation. earlier we have an application which is using v2.x of react-native-navigation and I am able to work with the navigation properly, where the notch and statusBar was…

Anant Anand Gupta
- 650
- 1
- 11
- 22
4
votes
2 answers
How do i open the same screen multiple times with different content using react native navigation v2?
The objective is to reuse the same screen ui with different content and still be able to handle back navigation(like how reddit app can show multiple user/feed screens as you click on them but still handle custom back navigation) using react native…

Shreevatsa Acharya
- 133
- 1
- 10
4
votes
1 answer
Render flash while using setRoot or push in react native navigation
I am using wix/react-native-navigation I am having white flickering screen while using setRoot or push methods in navigation.
I tried setting waitForRender: true , but it docent help .
snippet I tried dosen't work.
animations: {
setRoot:…

sai saran
- 123
- 7
4
votes
1 answer
React Native 0.60+ on iOS: Code Push, Sentry, React Native Navigation v3 and AppDelegate.m
I migrated to React Native 0.60 from 0.59 and haven't managed to make iOS build work. I'm using React Native Navigation v3, Code Push and Sentry plugins. How does my AppDelegate.m should look?
Here is my attempt, but it's not working and I get "No…

terreb
- 1,417
- 2
- 23
- 40
4
votes
3 answers
How do I disable the device back button on Android (react-native)?
How can I disable the physical device back button on Android with React-Native? I don't want to enable it for the user.

Oskar Gusgård
- 457
- 7
- 20
4
votes
1 answer
Babel overrides is not allowed in preset options react native navigation
I trying to add a router react native navigation v2 to this starter project on react-native, but I have a problem that is connected with babel package (probably). When I run
react-native run-android
I have this error in Metro Bundler:
loading…

Kirill Cherkalov
- 41
- 1
- 2
4
votes
1 answer
How do I run React-Native-Navigation v2 Playground from the cloned repo on my Windows?
I have cloned Wix RNN2 repo [Branch v2] and I am not sure how to run playground on my emulator.
If I just run npm run start, I get this error:
> rm -rf ./lib/dist && tsc
'rm' is not recognized as an internal or external command,
operable program or…

Unomono
- 236
- 1
- 7
4
votes
0 answers
testID does not work for rightButtons in react-native-navigation
How can I test a button in the react-native-navigation's navigatorButtons, I have added testID for rightButtons but the test case fails while testing the toBeVisible(). Also I don't find a way to check the test cases for 'back' and 'sideMenu'…

abdul
- 340
- 6
- 18
4
votes
1 answer
How to properly install react-native-navigation on android
After switching to react-native-navigation from react-navigation my app cant launch properly.
It either appears as a blank screen or immedialy switches to the background without ability to switch back. Shaking the device or remote command adb shell…

Radoslav Karlík
- 41
- 4
3
votes
1 answer
How to remove react native navigation by wix
I'm working on a React Native project that use wix/react-native-navigation for the navigation and i hate it. I would like to remove this library but reading the documentation i found that the installation of wix RNN require changes to the android…

Silvio Deligios
- 31
- 2
3
votes
1 answer
Is there a way to disable the right button in the topbar?
Is there a way to disable the right button like here in the contacts app?

Thomaschaaf
- 17,847
- 32
- 94
- 128