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