[React]특정 디렉토리 기준으로 import 경로 설정하기
루트에 jsconfig.json 파일 생성 { "compilerOptions": { "baseUrl": "src" }, "include": ["src"] } 다음과 같이 설정 후 서버 다시 빌드 하면 ( npm start ) import AppRouter from '../components/Router'; 에서 import AppRouter from 'components/Router'; 으로 현재 파일을 기준으로 상대경로였던것을 src 디렉토리를 기준으로 절대경로로 표시할 수 있게 됨.
RN
2022. 1. 17. 00:25
iOS 14 - 이미지 렌더링이 되지 않는 증상
https://github.com/facebook/react-native/issues/29279#issuecomment-657201709 Image cannot show image in iOS 14 · Issue #29279 · facebook/react-native Image cannot show image in iOS 14, but can show location, like: Environment: Xcode Version 12.0 beta (12A6159) Simulator: ... github.com 참조해보자!
RN
2021. 9. 29. 17:19
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Monterey
- multidex
- F
- cocoapods
- 12.5
- proguard
- idea
- Podfile
- png
- 프로가드
- DEX
- jpeg
- Gif
- mac command
- ReactNative 한글
- HTML
- multiple commands produce
- uicollecionview
- zip
- TextInput 한글
- idea command
- local
- WKwebview
- env: python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함