Cli: react-native eject in latest version

Created on 8 Jul 2019  路  7Comments  路  Source: react-native-community/cli

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.

question

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 :)

All 7 comments

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!

not able to regenerate android folder in react native app 0.61.5 version

Was this page helpful?
0 / 5 - 0 ratings