We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8531305 commit b984e9dCopy full SHA for b984e9d
expo-nativebase-typescript/App.tsx
@@ -28,7 +28,7 @@ declare module "native-base" {
28
}
29
export default function App() {
30
return (
31
- <NativeBaseProvider>
+ <NativeBaseProvider theme={theme}>
32
<Center
33
_dark={{ bg: "blueGray.900" }}
34
_light={{ bg: "blueGray.50" }}
0 commit comments