How to rebuild the entire Android folder?

后端 未结 8 2155
长发绾君心
长发绾君心 2021-01-31 17:44

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

8条回答
  •  旧时难觅i
    2021-01-31 18:05

    The solution if ur version of react-native >= 0.61.0 :

    1. sudo rm -rf android/ ios/

    2. yarn add react-native-eject

    3. npx react-native eject

    enjoy !

提交回复
热议问题