With the new release which coincides with React Native 0.60, the react-native eject command has been removed. Is there any replacement for react-native eject?
If for some reason I need to remove and recreate the Android or iOS directories, there is now no simple way to recreate those from what I can tell. Having the eject command or something similar would be very useful.
cc @Esemesek
Here's the diff that removed eject: https://github.com/react-native-community/cli/pull/275. Feel free to create a custom plugin for that if you care about this functionality :)
+1
@thymikee I will look into that! Thanks!
Plugin does not work
https://github.com/ramyareye/react-native-eject/issues/1
not able to regenerate android folder in react native app 0.61.5 version
https://www.npmjs.com/package/react-native-eject
this plugin also not working
Most helpful comment
Here's the diff that removed
eject: https://github.com/react-native-community/cli/pull/275. Feel free to create a custom plugin for that if you care about this functionality :)