Answers for "how to rebuild react antive xode"

-3

npm start reset cache

npm start -- --reset-cache
Posted by: Guest on October-06-2020
0

rebuild android react native

cd android
gradlew clean 
cd ..
react-native run-android
Posted by: Guest on May-04-2020
0

react native how to delete android build

./gradlew clean
Posted by: Guest on August-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language