I'ḿ trying native-base in a new react-native android project on linux, i follow the instructions and with out native-base the app works, but when i add components from native-base send me an error:
Requiring unknow module "react-native/Libraries/ReactNative/ReactNativePropRegistry".If you are sure the module is there, try restarting the packager or running "npm install".
Which version of RN are you using?
Native base supports upto 25.1 as of now.
is the 26.1 version, so thats why ... mmm well i'm gonna try with 25.1, thank you, i hope in future versions fix it
Maybe update the docs then?

RN 0.26 supported with latest update.
Same problem on 0.27 of React Native !
@warka0 Which version of NativeBase are you using?
Forget, it've downgrade to 0.26 and it's working. It seems the problem come from having 0.27 with the current version of NativeBase.
But it still a problem. :/
I'm on v0.33.1 and i'm getting this error.
Most helpful comment
Which version of RN are you using?
Native base supports upto 25.1 as of now.