guesung / react-native-webview

0 stars 0 forks source link

Render Error : requireNativeComponent: "RNSScreen" was not found in the UIManager. #1

Open guesung opened 1 year ago

guesung commented 1 year ago

🤷 이슈 내용

RNSScreen 에러

✨ 기대 결과

에러 해결

📸 스크린샷

스크린샷 2023-05-06 오후 2 07 00

guesung commented 1 year ago

https://i-hee-yeon.tistory.com/28 라이브러리 설치 에러라고 함 $npm i @react-navigation/native @react-navigation/bottom-tabs 했으나 해결 안됨

guesung commented 1 year ago
 <Stack.Navigator>
    <Stack.Screen name="Home" component={Home} />
</Stack.Navigator>

컴포넌트와 관련있는 것이 분명함. 제거하면 정상적으로 실행되고, 넣으면 에러 발생

import {createStackNavigator} from '@react-navigation/stack';
const Stack = createStackNavigator();

react-navigation/stack과 관련 있는 것이 분명함

guesung commented 1 year ago

스크린샷 2023-05-06 오후 2 24 49

guesung commented 1 year ago

스크린샷 2023-05-06 오후 2 26 07 설치 잘 되어있는데.