inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

김종여님의 게시글

김종여 김종여

@qw11921191

수강생
-
수강평
-
강의 평점
-

게시글 1

질문&답변

'[5-0] 마커 표시하기' <Marker /> 컴포넌트 사용 시 Error 발생

저는 babel.config.js에 아래와 같이 추가해서 문제를 해결했습니다. overrides: [ { test: fileName => { return !fileName.includes('node_modules\\react-native-maps'); }, plugins: [ ['@babel/plugin-transform-class-properties', {loose: true}], ['@babel/plugin-transform-private-methods', {loose: true}], ['@babel/plugin-transform-private-property-in-object', {loose: true}], ], }, ],

좋아요수
0
댓글수
3
조회수
385