Hỏi & Đáp
절대 경로 적용 후 실행 안됨
아래처럼 변경 후 진행 됩니다. 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', ], }, ], ], };
- Lượt thích
- 0
- Số bình luận
- 3
- Lượt xem
- 252

