Upon creating importing and using createStackNavigation I\'m getting the following error. Any help would be greatly appreciated! Also, this is my first app in react-native so pl
On the DLLoading_2 page
const AppContainer = createAppContainer(MainNavigation);
constructor(props) {
super(props);
this.state = {};
}
.
.
.
this.props.navigation.navigate('DlMain')
Is this necessary?
MainNavigator.js
const AppContainer = createAppContainer(MainNavigator);
export default AppContainer;