We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ee5a3 commit 94b2551Copy full SHA for 94b2551
example/src/App.tsx
@@ -6,7 +6,6 @@ import {
6
Image,
7
useWindowDimensions,
8
useColorScheme,
9
- StatusBar,
10
} from 'react-native'
11
import {
12
SafeAreaProvider,
@@ -59,6 +58,7 @@ import {
59
58
} from 'react-native-paper-dates'
60
import { useCallback, useMemo, useState } from 'react'
61
import React from 'react'
+import { StatusBar } from 'expo-status-bar'
62
63
const presentationStyles = ['overFullScreen', 'pageSheet'] as const
64
const locales: [string, TranslationsType][] = [
0 commit comments