Skip to content

Commit

Permalink
Statusbar theme change
Browse files Browse the repository at this point in the history
  • Loading branch information
shyambhongle committed Aug 17, 2024
1 parent 4ff5bf4 commit 9770399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ MapLibreGL.setAccessToken(null)
export default function App() {
return (
<SafeAreaProvider>
<StatusBar translucent style='light' />
<StatusBar translucent />
<Auth0Provider
domain={process.env.EXPO_PUBLIC_AUTH0_DOMAIN}
clientId={process.env.EXPO_PUBLIC_CLIENT_ID_AUTH0}>
Expand Down

0 comments on commit 9770399

Please sign in to comment.