Previously i have used react-native 0.38
. I have changed the version to react-native 0.40
and run npm install
. The app is build successfully, but in the login page native-base input component is not visible.
I have cleaned and rebuild the project but it is not working. If i degrade it to react-native 0.38
, it works properly. My native-base version is native-base 2.0.9
.