소개글이 비어있어요
게시글
질문&답변
절대 경로 적용 후 실행 안됨
아래처럼 변경 후 진행 됩니다. module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ [ 'module-resolver', { root: ['./src'], extensions: [ '.ios.ts', '.android.ts', '.ts', '.ios.tsx', '.android.tsx', '.tsx', '.jsx', '.js', '.json', ], }, ], ], };
- 0
- 3
- 145
질문&답변
✖ Installing CocoaPods dependencies (this may take a few minutes) error bundler: failed to load command: pod
저도 지금 같은에러가 나서 진행을 못하고 있는데, 해결 방법 찾으시면 공유 부탁드립니다.
- 0
- 7
- 305