Open guesung opened 1 year ago
https://i-hee-yeon.tistory.com/28
라이브러리 설치 에러라고 함
$npm i @react-navigation/native @react-navigation/bottom-tabs
했으나 해결 안됨
<Stack.Navigator>
<Stack.Screen name="Home" component={Home} />
</Stack.Navigator>
컴포넌트와 관련있는 것이 분명함. 제거하면 정상적으로 실행되고, 넣으면 에러 발생
import {createStackNavigator} from '@react-navigation/stack';
const Stack = createStackNavigator();
react-navigation/stack과 관련 있는 것이 분명함
설치 잘 되어있는데.
🤷 이슈 내용
RNSScreen 에러
✨ 기대 결과
에러 해결
📸 스크린샷