- react native version : 0.55.4
- as for now this is for WINDOWS only
- as for now this is for ANDROID only
- for native react native 's installation only. expo based project not supported
- let me know if there exists any later versions of react native with the same stability and maturity you found somewhere. thank you
- windows
- elevated privilege console (cmd)
- nodejs + npm
- yarn (
npm i -g yarn
) - react-native (
npm i -g react-native
)
- copy this repo to a local working directory
- edit
android/local.properties
. setsdk.dir
to your android sdk directory location - go to working directory from console
yarn
- connect device or run android simulator
- go to working directory from console
react-native run-android
- expected : metro bundler console window is running and app is running showing a greeting message
- if not, don't hesitate to submit your issue here