I am using react native 0.61.5 version.
What is "i"?
I looked for "i" in my project.But, as far as I can tell, I couldn't find any mistakes.
I commented out App.tsx.Then commented out the following part and the error disappeared. The same error occurs even if you remove the comment out of the same description.
// const HomeScreen = ({navigation}) => {// return (// <HomeStack.Navigator>// <HomeStack.Screen// name="Home"// component={Home}// options={{// headerLeft: () => HeaderDrawer(navigation),// }}// />// </HomeStack.Navigator>// );// };
From this, I realized that react navigation v5 was bad.
Someone please give me informationIf you are in the same situation, we will ask for information.