레이드불사 https://docs.google.com/spreadsheets/d/1m6SDlACuYct7IkCNWnE6y3s_Xm9UHoCSWFY4J9rUf88/edit#gid=2032005244 카테고리 없음 2024. 2. 17. 16:43
4. React Expo 명령어 모음 윈도우 adb kill-server adb -a nodaemon server start emulator @Pixel_5_API_31 emulator -list-avds 리눅스 socat -d -d TCP-LISTEN:5554,reuseaddr,fork TCP:$(cat /etc/resolv.conf | tail -n1 | cut -d " " -f 2):5554 React Native Expo 2024. 1. 24. 20:18
#2 react native build apk 먼저봐야할 내용 2024.01.13 - [React Native] - #1.React Native CLI 환경설정 및 Expo Modules 설치 구구링검색 : react native app publish to play store 참고 : https://youtu.be/y7Q5OMZjIsE?si=lB1qP9VkbQmEmZVc https://reactnative.dev/docs/signed-apk-android 1. 키를 만든다. #keytool -genkeypair -v -storetype PKCS12 -keystore my-upload-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000 keytool -genkeypair.. React Native 2024. 1. 14. 08:33