Error useTheme must be used within NativeBaseConfigProvider You need to wrap your components inside NativeBaseProvider like below. Import NativeBaseProvider from the native base in your app.js import { NativeBaseProvider } from 'native-base'; return ( {Your components} ); Error useTheme must