Problem : I am beginner to react-navigation. Now I have a requirement to include the react-navigation to my exiting working code. So I have recently installed the required react-navigation in the existing React Native project. When I try to run my project I am encountering below error. ... ( <View style={styles.container}> <MyNavigator /> </View> ); } } Please let me know how can I fix this issue?
asked
Mar 24, 2020
christian
5.7k points