Couldn't get param in my tabs
问题 I have Login and MAIN screen with 2 tabs...I'm passing user to MAIN screen with navigate('MAIN',{user: user} and I couldn't get that user in my MAIN with this.props.navigation.getParam('user'). My error is: undefined When I debug with : Reactotron.log(this.props); I'm getting undefined in my Main screen in constructor. My code in App.js where is routes const Routes = createStackNavigator( { Login: { screen: Login, navigationOptions: ({ navigation }) => ({ header: null, }), }, Main: { screen: