- run
npx react-native init RNweb --template https://github.com/treyshedrick/react-native-web-quickstart.git - run
npx react-native-rename "YourAppName" - add
local.propertiesfile in android folder withsdk.dirif android build fails - add .gitignore file if it is not present
npm run web
npm run ios
npm run android
