#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 약 1년 전
#1.React Native CLI 환경설정 및 Expo Modules 설치 1. React Native 환경설정. https://reactnative.dev/docs/environment-setup Setting up the development environment · React Native This page will help you install and build your first React Native app. reactnative.dev jdk 17설치. node 설치. 필요한것 만 설치. (자바버전 필수) JAVA_HOME , C:\Program Files\Microsoft\jdk-17.0.8.7-hotspot ANDROID_HOME , C:\Users\whitefox\AppData\Local\Android\Sdk %ANDROID_HOME%\bin choco inst.. React Native 약 1년 전