Skip to content

Commit b984e9d

Browse files
author
Tommy Tan
authoredSep 7, 2022
apply theme to NativeBaseProvider
1 parent 8531305 commit b984e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎expo-nativebase-typescript/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ declare module "native-base" {
2828
}
2929
export default function App() {
3030
return (
31-
<NativeBaseProvider>
31+
<NativeBaseProvider theme={theme}>
3232
<Center
3333
_dark={{ bg: "blueGray.900" }}
3434
_light={{ bg: "blueGray.50" }}

0 commit comments

Comments
 (0)
Please sign in to comment.