@김철수 와 되는 것 같아요!! 정말 감사합니다 ㅠㅠ
저도 이거 구글링해서 봤는데, port를 지워야하는 지를 몰랐네요. port를 지우고 sourceExts 부분을 작성하니 되는 것 같아요.
김성민
@김성민
3
Level
4
Reputation
3
Posts
97
Profile views
0
Followers
0
Following
Posts made by 김성민
-
RE: Unable to find an existing Expo CLI instance for this directory; starting a new one...
-
RE: Unable to find an existing Expo CLI instance for this directory; starting a new one...
"dependencies": {
"expo": "~37.0.3",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "~0.11.7",
"react-native-webview": "8.1.1"37.0.3 인건가요?
-
Unable to find an existing Expo CLI instance for this directory; starting a new one...
expo build:android 를 입력하면 제목과 같은 에러 메시지가 뜨면서 실행이 되지 않습니다.
userPackagerOpts.sourceExts is not iterable
TypeError: userPackagerOpts.sourceExts is not iterable
at startReactNativeServerAsync (/@expo/xdl@57.9.12/src/Project.ts:1788:80)이렇게 아래에 덧붙여서 에러가 나오구요..
간단한 웹뷰 어플리케이션인데, 어떻게 해결하나요?