Skip to content

Commit

Permalink
apply theme to NativeBaseProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Tan authored Sep 7, 2022
1 parent 8531305 commit b984e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expo-nativebase-typescript/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare module "native-base" {
}
export default function App() {
return (
<NativeBaseProvider>
<NativeBaseProvider theme={theme}>
<Center
_dark={{ bg: "blueGray.900" }}
_light={{ bg: "blueGray.50" }}
Expand Down

0 comments on commit b984e9d

Please sign in to comment.