Closed yeomann closed 6 years ago
If you have de Podfile
, react native link
will only add this in it. You have to run pod install
after, it's normal.
I added some doc: https://github.com/zoontek/react-native-dev-menu/commit/5b1af99a5d187e05220146fb66ea8d7b651da13f
great:)
I had red screen saying that
native module cannot be null
Solution
It seems that after installing and linking, POD file was indeed added but
pod install
must be executed afterreact-native link
aspod install
. As pod finished, I deleting app completely from emulator and re-run thereact-native run-ios
it started to working!