
One mention also react-native link command shows not found
Here are the versions that I am using.
expo 18.0.4,
native-base: 2.2.1,
react 16.0.0-alpha.12,
react-native https://github.com/expo/react-native/archive/sdk-18.0.1.tar.gz,
react-navigation: 1.0.0-beta.11
same +1
I found the solution. Just remove your NativeBase from your project npm uninstall --save native-base then install 2.2.0 version
npm install --save [email protected]
that not sound how fix problem but it's working any way -> I think that should be bug
@sa63 it might be better to leave this open so the maintainers can track the bug.
Most helpful comment
@sa63 it might be better to leave this open so the maintainers can track the bug.