How can I simultaneously switch tab and push screen? When the button is pressed, I would like to switch to another tab and push a new screen. Is it possible? class Example extends Component { buttonHandler = () => { this.props.navi...
I have question about react-native-navigation , when i am trying to start my app with command npm run android i am getting an error here is the github repo with code 'https://github.com/albert002/learn-react-native' `* What went wrong: Could...
Implement createDrawerNavigator but not working. Main Component import React, { Component } from 'react'; import Menu from './MenuComponent'; import { DISHES } from '../shared/dishes'; import { View,Platform } from '...
Setup I have 2 screens, let us call them A and B. Screen A is showing the camera image recorded by the back camera of the phone (third party library which i do not have further access to). Screen B has a semi transparent background and some UI elem...
I'm attempting to create a simple app using react-native and react-native-navigation. I've downloaded and used the example within the repo in attempt to see where the problem is, and looked at the usage guide, but everything appears to be ok....
Issue Description When passing an array of functions in the passProps prop of navigator.push I get the following error: Malformed call from JS: field sizes are different. Steps to Reproduce / Code Snippets / Screenshots navigator.push({ screen:...
I am seeing an error saying "Application is not registered" when trying to initialize react-native app using react-native-navigation's 'startSingleScreenApp' function. library versions: react-native: 0.54.0, react-native-navi...
I am trying to get navigation working in my React Native App. I have installed V2. The following setup does not show any tabs. Navigation.events().registerAppLaunchedListener(()=>{ Navigation.setRoot({ root: { topTabs: { children:[{ s...
I'm using the latest ^2.1.3-snapshot.49 version of Wix's React Native Navigation. On IPhone XR (IOS 12.1), it is very difficult to trigger the swipe back gesture / pop gesture to go back to the previous screen. I have to make an effort to swi...
Im using react-native-navigation 1.1.253. Ive a side menu(side drawer) that contain 2 buttons that navigates the user to different pages. Those pages also have a side menu. Im using deep link to navigate in the side menu and in each side menu I'v...
©2020 All rights reserved.