Questions tagged [react-native-navigation-v2]
85 questions
2
votes
3 answers
WIX Navigation V2 - Hide bottom tab bar when push to a new screen
Issue Description
I have TabBar base application, in one of my tab I need to push it to another screen but the tab bar should not display in the pushed screen. But the bottom bar is still existing in the pushed screen.
What I want to achieved is not…

Sydney Loteria
- 10,171
- 19
- 59
- 73
2
votes
2 answers
Opening SideMenu on button press
I'm currently trying to upgrade to react-native-navigation V2 from V1 and got stuck trying to find a way to toggle side menus on top bar button press.
My app starts with
Navigation.setRoot({
root: {
sideMenu: {
left: {
…

Dmitry Oleinik
- 700
- 1
- 7
- 20
1
vote
1 answer
Custom drawer navigation isn't animating, just getting snapped to final size
I'm trying to implement this custom drawer with animation effect while sliding (opening, closing), the MainLayout should be resizing with a shrinking / growing animation when toggeling the drawer but what it does is simply changing it's size after…

Santanu Roy
- 61
- 7
1
vote
2 answers
"RNSScreenStackHeaderConfig" was not found in the UIManager Wont go away
I'm on Mac OS 12 and trying to build an IOS app, but for some reason the error:
Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager. doesn't seem to go away needless of what I do.
Here is the…

Neev Jewalkar
- 45
- 1
- 5
1
vote
1 answer
React-Native-Navigation (v2) Bottom Tab onPress
I have a Bottom Tab with a Play Button in the middle, I would like to fire a function instead of load a registered screen.
Right now I have:
children: [
{
component: {
id: 'player'
name: 'navigation.PlayerScreen',
…

NEOline
- 486
- 7
- 19
1
vote
1 answer
Resetting stack with RNN lib
Cannot reset a stack with following use cases.
Let assume Screen A is a root, and navigate to Screen B,
Then while navigating to Screen C, I want the stack to have A->C instead of A->B->C.
If a stack has A->B->C and I want to rest the stack with…

Arun Kulasegaran
- 439
- 4
- 4
1
vote
0 answers
Best design pattern for uppermost wrapped component in react-native-navigation
I am currently migrating my codebase from react-navigation to RNN. For the previous implementation, I have two more wrapped components under the Provider component. The architecture shows below
…

Maolei Tang
- 81
- 6
1
vote
1 answer
Moving from stack to bottomTabs make topBar disappear in react-native-navigation 2
I create a dummy project to learn. So, I create a dummy login page with a button that redirects me to the main app, which it is a bottomTabs app.
The Login screen has the topBar visible, but then when I click the button to be redirected, I can't see…

Jacobo
- 1,259
- 2
- 19
- 43
1
vote
0 answers
Rewrite standard left button on top bar for stacks on React-native-navigation v2
I am using stacks with wix-react-native-navigation.
When the user press the return button, I need to check the values on the screen and prevent the pop.
Is there any way to rewrite the standard behavior for this return button or I need to replace…

liviaciabati
- 11
- 1
1
vote
0 answers
Is React Native Navigation v2 really stable?
In the past, I have been using RNN v1 as part of a course and, also, as part of side projects.
Currently, I was wondering to try v2 so I grabbed my existing code and started translating it as per official documentation. However, I keep on getting…

Alex Kinsbrunner
- 111
- 7
1
vote
1 answer
Display always side menu (drawer) on large devices like tablets [react-native-navigation]
I'm developing an app for Android with React Native.
I handle the navigation with the package React Native Navigation from Wix, and I have a doubt.
Now I have mi app working nice on my mobile, but actually, the target is for tablets. I have a…

sevenlops
- 456
- 1
- 4
- 18
1
vote
3 answers
React Native Navigation Wix V2 Top bar button action
I am using WIX V2 navigation, I want to create a leftButton to toggle the sideMenu and make it visible when pressed, I am implementing my navigation stack as follows:
Navigation.setRoot({
root: {
sideMenu: {
left: {
…

ketimaBU
- 901
- 4
- 15
- 35
1
vote
0 answers
Pop gesture stopped working when topBar is hidden
Swiping on the edge of the screen to pop was working for weeks until suddenly it stopped working after a rebuild of my app. Possibly in between updating package.
Whenever I set the topBar to visible: false, the pop gesture (swipe on the edge of the…

Fluup
- 63
- 1
- 8
1
vote
4 answers
Remove Navigation Bar from React-Native-Navigation v2?
How to disable navigation bar for a specific screen in React-Nativa-Navigation V2?

Payel Dutta
- 742
- 10
- 23
1
vote
0 answers
Problem in setting up react-native-navigation version 2
I've been trying to get up and running with react-native-navigation v2,
But have been running in to errors one after the other.
Below is the error
What went wrong:
Could not determine the dependencies of task …

Avinash
- 1,864
- 2
- 21
- 27