Questions about Wix's React Native Navigation package (react-native-navigation on npm).
Questions tagged [wix-react-native-navigation]
269 questions
0
votes
1 answer
Differents drawer navigator for each user type in React Native
I'm new using react native, and I came across a problem / question. I am implementing an application with two different user types: Teacher and Student. I would like to offer each type of user a drawer navigator appropriate to their…

Wesley
- 19
- 6
0
votes
1 answer
Got an error with react-native-navigation with upgraded react-native 0.59 to 0.61
Got a problem with react-native-navigation on upgrade react59 to react61 please help me.
check to attach image.

Avneesh Kumar
- 33
- 7
0
votes
0 answers
Screen rendering but not showing
I'm using react-native-navigation v:3.2.0 and react-native v:59.10
(only iOS - android works fine)Only on one push screen rendering but not showing on screen but when trying it on debug mod screen shows.
I'm stuck & don't have any idea what cause…

İbrahim Can KALYA
- 234
- 3
- 12
0
votes
1 answer
wix react-native-navigation change tab animation
Is there any way to animate the transition between screens with bottomTabs layout in react-native-navigation?
expected behavior:
react-native: 0.61.1
react-native-navigation: 3.2.0
{
bottomTabs: {
id: 'BottomTabs',
children: [
…

Mike Antoniadis
- 657
- 7
- 12
0
votes
1 answer
How to specify screen transition as slide-horizontal
I am using react native navigation v2. In v1 of the library screen transition was specified as animationType : 'slide-horizontal'.
How to specify the screen transition in V2 of the library.
0
votes
1 answer
Remove notification badge on bottomTabs not working on android through mergeOptions (WIX)
I'm using Wix Navigation ^3.1.2 in my React Native ^0.60.5 app. I set a bottomTab in a stack screen where I manually add a badge number through Navigation.mergeOptions() method. Whenever I read the messages in the chat, I want to remove this badge…

msqar
- 2,940
- 5
- 44
- 90
0
votes
2 answers
How to get value from login and show at home
I want to show username and role at home.js
Im following a tutor but got error undefined is not an object (evaluating '_this.props.navigation.navigate') ..
Maybe someone can help me..
This is Form.js
import React, { Component } from…

Andrian_Must
- 135
- 1
- 2
- 13
0
votes
2 answers
React Native Navigation - bottom tabs and drawer
I'm trying to add bottom tab bar in my jhipster ignite application, which uses react-native-navigation v2.
Screens are registered like:
Navigation.registerComponentWithRedux(LAUNCH_SCREEN, () => LaunchScreen, Provider, store)
Where e.g.:
export…

fryzjerro
- 99
- 1
- 3
- 13
0
votes
1 answer
Recommendation needed for drawer in react-native-navigation
This is my first attempt in react-native project, Does react-native-navigation have drawer inbuild? If so please share the documentation link please? Am confused to use react-navigation or react-native-navigation.
My requirement is all about…

LazyCoder
- 57
- 1
- 7
0
votes
1 answer
How can I pass the navigator prop from react-native-navigation v2 to my splash screen via Navigation.setRoot
I am trying to migrate from react-native-navigation v1 to react-native-navigation v2. I am struggling to move from
Navigation.startSingleScreenApp
to
Navigation.setRoot
When I switch from Navigation.startSingleScreenApp (v1) to Navigation.setRoot…

jcgh582
- 839
- 2
- 13
- 20
0
votes
0 answers
How to set navigation large title
Can we set react native large title text for ios/iPhoneX/iPhoneXR?
It should hide when scrolled. Is there any default navigation style or options is there in react-native?
We can create that manually but I would like to know is there any default…

Damodar
- 707
- 2
- 10
- 23
0
votes
1 answer
React native 0.57.8 but React native navigation Version is : 1.1.471 but current version for React native navigation is : 2.20.2
I am using the React native 0.57.8 but React native navigation Version is: 1.1.471
but the current version for React native navigation is: 2.20.2
May I know which version for React native navigation I have to install for upgrade My Application…

Pardeep Kumar
- 1
- 2
0
votes
1 answer
How to fix 'No such module 'ReactNativeNavigation' error in swift ios project
I just implemented the ReactNativeNavigation library to my ios project using a swift AppDelegate file and when I build the project I get the error: 'No such module 'ReactNativeNavigation'
I have tried to install a previous version of the package and…

Balázs
- 15
- 1
- 4
0
votes
1 answer
Exception in HostFunction: when trying to push new screen
Issue Description
Trying to push a new screen with
Navigation.push(this, {
component: {
name: 'awesome-places.AuthScreen' }})
And getting an error Exepction in HostFunction
Error Screenshot
Steps to Reproduce /…

larynx
- 9
- 3
0
votes
1 answer
Open SideDrawer
I have a Logout button in the SideDrawer. When the user hits it, I want to log him/her out, display a drop down alert that remains visible for 2000 ms and then close the drawer. I do not want to toggle the drawer meaning that if the user closes the…

Hosam Abdelnaser
- 127
- 2
- 11