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 |
Tags
- electron-packager
- ELECTRON
- silent printing
- github pdf
- camera permission
- custom printing
- Git
- html
- ffi-napi
- github 100mb
- Failed to compiled
- Recoil
- dvh
- github lfs
- animation
- 티스토리 성능
- rolldown
- adb pair
- augmentedDevice
- react-native-dotenv
- Can't resolve
- 이미지 데이터 타입
- device in use
- camera access
- vercel git lfs
- react-native
- nextjs
- npm package
- adb connect
- 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 |