Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- github 100mb
- device in use
- silent printing
- camera permission
- Recoil
- github lfs
- html
- electron-packager
- Can't resolve
- 티스토리 성능
- adb pair
- adb connect
- github pdf
- ffi-napi
- nextjs
- react-native
- augmentedDevice
- Git
- ELECTRON
- vercel git lfs
- custom printing
- rolldown
- dvh
- npm package
- react-native-dotenv
- camera access
- Failed to compiled
- 이미지 데이터 타입
- animation
- Each child in a list should have a unique "key" prop.
Archives
- Today
- Total
Bleeding edge
React Native를 처음 사용할 때 사용하면 좋은 CLI 본문
npx @react-native-community/cli doctor
//react-native 빌드 에러시 원인을 쉽게 파악하기 좋게 만들어주는 cli
//사용 방법 react-native doctor
npm install -g ios-deploy
//Required for installing your app on a physical device with the CLI 에러 해결
keytool -exportcert -alias androiddebugkey -keystore /android/app/src/main/AndroidManifest.xml -storepass android -keypass android | openssl sha1 -binary | openssl base64
//현재 레포 키 해시값을 얻는 cli
'Config & 메모' 카테고리의 다른 글
| 여러 package.json 다루기 (0) | 2023.12.21 |
|---|---|
| [메모] (0) | 2023.12.01 |
| 유용한 npx 및 cli (0) | 2023.09.18 |
| ~/.zshrc (0) | 2023.09.18 |