Skip to content

Commit 94b2551

Browse files
committed
refactor: fix an issue with the status bar on android in the example app
1 parent c8ee5a3 commit 94b2551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
Image,
77
useWindowDimensions,
88
useColorScheme,
9-
StatusBar,
109
} from 'react-native'
1110
import {
1211
SafeAreaProvider,
@@ -59,6 +58,7 @@ import {
5958
} from 'react-native-paper-dates'
6059
import { useCallback, useMemo, useState } from 'react'
6160
import React from 'react'
61+
import { StatusBar } from 'expo-status-bar'
6262

6363
const presentationStyles = ['overFullScreen', 'pageSheet'] as const
6464
const locales: [string, TranslationsType][] = [

0 commit comments

Comments
 (0)