Anil Kumar Gurindapalli
Results
1
comments of
Anil Kumar Gurindapalli
Just change the Navigator to **StackNavigator** will solve your problem. ``` const Navigator = StackNavigator({ Welcome: { screen: WelcomeScreen }, Main: { screen: AppDrawer }, }, { navigationOptions:{ header:null });...