REACT NATIVE
From your react native folder run:
cd android && gradlew clean
THEN
cd .. && react-native run-android
Notes:
For mac you may need to change
gradlewto./gradlewFor the command prompt you may need to change the
&&to&For powershell you may need to change the
&&to;andgradlewto.\gradlew.batEach command can also be run individually like so
cd androidthengradlew cleanthencd ..thenreact-native run-android