I have messed the files up in the Android folder and would like to rebuild the Android project inside of the Android folder. How do I do this?
Is it safe to delete the
The solution if ur version of react-native >= 0.61.0 :
sudo rm -rf android/ ios/ yarn add react-native-eject npx react-native eject
sudo rm -rf android/ ios/
yarn add react-native-eject
npx react-native eject
enjoy !