Questions about Wix's React Native Navigation package (react-native-navigation on npm).
Questions tagged [wix-react-native-navigation]
269 questions
0
votes
2 answers
Push from SingleScreen to TabBased in Wix React Native Navigation
There are documentation and examples of navigating from tab view to other single views. But I can't find any information about navigating from a single view to a tab view.
Is there a possibility to this.props.navigator.push to view with tabs…

Roo
- 613
- 1
- 7
- 24
0
votes
0 answers
Fullsscreen background image wix
I'm using the wix navigation system for ReactNative. I'm trying to create an app that has a fullscreen background image that runs behind the navbar and header bar.. with both being transparent to let the background through. However, I'm struggling…

Benjamin Beaumont
- 910
- 1
- 6
- 14
0
votes
1 answer
Navigation: project.testscreen registration result is 'undefined'
I've just installed react-native-navigation using the installation guides provided on https://wix.github.io/react-native-navigation/#/installation-ios and the usage guide https://wix.github.io/react-native-navigation/#/usage.
I've followed these and…

Oskar Gusgård
- 457
- 7
- 20
0
votes
1 answer
How to capture home button press? I need to emulate its functionality
I am having issues with my app returning to the foreground every time the user presses the back button. I believe this may be because there is a sound playing module that restarts the activity although this is just my hypothesis. However whenever I…

Alan
- 1,134
- 2
- 13
- 25
0
votes
1 answer
React native project initialization, ios library linking
When initializing a new project I see there are 2 options :
react-native init AwesomeProject
create-react-native-app AwesomeProject (I chose this)
I have been trying to install react-native-navigation v2.0. There are instructions to modify the…

Coder Lam
- 395
- 1
- 3
- 13
0
votes
0 answers
ReactNavigation: How to disable all header/nav and view only screen in navigator?
I have a recursive react navigator and I want to see a particular screen in "full screen" mode, that is without all navigators tabs.
My Navigator is:
createSwitchNavigator({
...
App: createDrawerNavigator({
Main: createBottomTabNavigator({
…

Chiara Perino
- 890
- 7
- 10
0
votes
0 answers
react-native-navigation v2 (wix) showModal animation fade
I'm currently working on a project in which we are trying to implement the wix/react-native-navigation V2 instead of react-navigation.
We want similar behaviour as in Instagram.
We are setting bottomTabs on setRoot and thought about showing…

tabulaR
- 300
- 3
- 13
0
votes
1 answer
react-native-navigation (wix) v2 static Scene for all tabs
We are developing an app which will have a music player (similar to spotify).
Even tho React-navigation worked, we thought about switching to React-native-navigation (v2) from wix.
While implementing RNN v2 we had the problem to place a component…

tabulaR
- 300
- 3
- 13
0
votes
2 answers
react-native-navigation: startTabBasedApp and switch to tab
How can I startTabBasedApp with focused specific tab.
By default it opens first tab. But I want conditionally focus tab when I startTabBasedApp

rendom
- 3,417
- 6
- 38
- 49
0
votes
1 answer
Passing value from lightBox to parents
I am trying to create a profile screen for my user . It looks like this
and the user can edit the information by clicking the TouchableOpacity and a lightbox from wix-react-native-navigation will pop up for the user to edit the info . It gonna…

Hafizi
- 39
- 8
0
votes
1 answer
React-Native-Navigation lightbox position
I am wondering if the lightbox position from wix react native navigation can be modify its position ? I want the light box to appear at the top of the screen instead of middle . Is it possible ?

Hafizi
- 39
- 8
0
votes
1 answer
Ability to overwrite react-native-navigation's default tab navigation stack behavior
Issue Description
With regards to navigation on BottomTabs generated from Navigation.startTabBasedApp: It's my understanding that each tab keeps track of it's own navigation stack - meaning that if I navigate as follows:
tab1 -> screen1 -> screen2…

JP Strydom
- 248
- 3
- 10
0
votes
2 answers
Align image to to center LinearLayout from code
I am using react-native-navigation from wix in my react-native application, So for showing the splash screen in my app I have to write the android layout in code in this class.
Since I have not worked in android I am unable to align image and a some…

warl0ck
- 3,356
- 4
- 27
- 57
0
votes
1 answer
Android back button rendering issue
I have an issue with the backbutton rendered by wix-react-native-navigation. It has an extra bump at the left of the arrow. Anyone who knows how to fix this?

vanlooverenkoen
- 2,121
- 26
- 50
0
votes
1 answer
React-Native-Navigation Icon Alignment
I've been using react-native-navigation in my current react native app and I'm running into a problem. I have a navbar on my app with the left button as a toggle for the drawer menu and the right button is a logo linking to our company website.
The…

djbirbeck
- 1
- 2