질문&답변
react-native-maps 적용시 안드로이드 빌드 에러
yarn remove react-native-maps 실행 yarn add react-native-maps@1.8.3 실행 node_modules 디렉터리 삭제 yarn 명령으로 패키지 설치 npx pod-install ios 실행 cd android 명령으로 android 디렉터리 이동 rm -rf .gradle 실행 ./gradlew clean 실행 npm run android, npm run ios 로 재빌드하여 실행 강사님께서 react-native-map 1.8.3 버전을 사용하시더라구요 그래서 node_modules 싹 밀고 버전 바꿔 빌드해봤더니 정상작동합니다
- 좋아요수
- 0
- 댓글수
- 1
- 조회수
- 887





