Skip to content

Commit

Permalink
fix: använd statusfält med mörkt innehåll (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Feb 15, 2021
1 parent 3b82cef commit b3f88c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/App.js
Expand Up @@ -8,6 +8,7 @@ import init from '@skolplattformen/embedded-api'
import {ApiProvider} from '@skolplattformen/api-hooks'
import CookieManager from '@react-native-community/cookies'
import AsyncStorage from '@react-native-async-storage/async-storage'
import {StatusBar} from 'react-native'

const api = init(fetch, () => {
CookieManager.clearAll()
Expand All @@ -16,6 +17,7 @@ const api = init(fetch, () => {
export default () => {
return (
<ApiProvider api={api} storage={AsyncStorage}>
<StatusBar barStyle="dark-content" />
<IconRegistry icons={EvaIconsPack} />
<ApplicationProvider {...eva} theme={{...eva.light, ...customization}}>
<AppNavigator />
Expand Down

0 comments on commit b3f88c5

Please sign in to comment.