pmadruga / react-native-clean-project

Automating the clean up of a React Native project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hainging on react-native eject

ramyareye opened this issue · comments

Hello

I upgraded from 3.0.0 to 3.2.1 and tried react-native eject but it hangs on info Generating the Android folder.

Could you please check it ?

Regards

I just did react-native init rn and yarn add -D react-native-clean-project and tried react-native eject
it passes info Generating the iOS folder. well but stucks on info Generating the Android folder.

rn : 0.59.8
yarn : 1.15.2
node : 11.11.0

This is in an expo project then?

No I don't use expo

Why the eject then?

I'm trying to build something on top of RN and I decided to include this package, I have to do eject to be sure of everything goes right every time :(

Just so I can replicate it, did you follow the steps here? https://facebook.github.io/react-native/docs/getting-started.html

Or from elsewhere, considering the usage of 'eject'.

I understand, but in my case I need that eject thing and there is a problem with this package and at the time I cannot find out why.
I hope I can make a time for it to find out.

Do you have anymore info you can provide? It's a bit hard to replicate it with the current info.