오류 해결
Cannot run program "npx": error=2, No such file or directory when running React Native app
npm uninstall -g react-native-cli
npm i -g npx
--legacy-peer-deps
혹은 다운그레이드
yarn android시 metro 안됨 warning
->reload
I'm getting an error "Unable to resolve module" after updating to the latest version
npx react-native start --reset-cache
<TouchableOpacity>
<Image source={require('./images/sample_image_button.png')} />
</TouchableOpacity>
이렇게 KakaoButton.js를 만들고
WelcomeScreen.js에서
<KakaoButton onClick={SignInWithKakao} />
를 했는데
<TouchableOpacity activeOpacity = { .5 } onPress={ this.callFun }>
처럼 TouchableOpacity에서 설정해야함
Author And Source
이 문제에 관하여(오류 해결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@usernamebuzz/오류-해결저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)