pmadruga / react-native-clean-project

Automating the clean up of a React Native project
MIT License
1.19k stars 52 forks source link

hainging on react-native eject #16

Closed ramyareye closed 5 years ago

ramyareye commented 5 years ago

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

pmadruga commented 5 years ago

Hi,

Can you provide more details, such as a log, node version, react native version and whether you are using yarn or npm?

Thanks


From: Reza Babaei notifications@github.com Sent: Sunday, June 2, 2019 12:51 PM To: pmadruga/react-native-clean-project Cc: Subscribed Subject: [pmadruga/react-native-clean-project] hainging on react-native eject (#16)

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/pmadruga/react-native-clean-project/issues/16?email_source=notifications&email_token=AA3TGZEQMLKL2RMA42MOMDTPYOQ4PA5CNFSM4HSCMDO2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXEOADA, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA3TGZE7O4YVCT4HDKIZ5R3PYOQ4PANCNFSM4HSCMDOQ.

ramyareye commented 5 years ago

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

pmadruga commented 5 years ago

This is in an expo project then?

ramyareye commented 5 years ago

No I don't use expo

pmadruga commented 5 years ago

Why the eject then?

ramyareye commented 5 years ago

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

pmadruga commented 5 years ago

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'.

ramyareye commented 5 years ago

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.

pmadruga commented 5 years ago

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