https://reactnative.dev/docs/environment-setup?guide=native
*powershell 관리자 권한으로 실행
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y nodejs-lts microsoft-openjdk11
adddata 안에서 sdk 경로 찾기
*powershell에서 실행함
npm i -g react-native
npx react-native init FoodDeliveryApp --template react-native-template-typescript
->실행 결과
cd FoodDeliveryApp
code .
npm run android
-> 실행 결과
정보에 감사드립니다.