File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const App: FC = () => {
44
44
< NavigationContainer ref = { navigationRef } >
45
45
< NativeBaseProvider theme = { customTheme } >
46
46
< QueryClientProvider client = { queryClient } >
47
- < StatusBar barStyle = "dark-content" backgroundColor = "WHITE" />
47
+ < StatusBar barStyle = "dark-content" />
48
48
49
49
< RootStackScreen />
50
50
</ QueryClientProvider >
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ const EnvInfoView: FC = () => {
7
7
return (
8
8
< Flex marginTop = { 5 } >
9
9
{ /* This is just to show you how to get values from the generated ENV file */ }
10
- < Text fontSize = "2xs" textAlign = "center" paddingY = "5px" color = "ABSESTOS " > { `ENV: ${ env . ENV } ` } </ Text >
10
+ < Text fontSize = "2xs" textAlign = "center" paddingY = "5px" color = "ASBESTOS " > { `ENV: ${ env . ENV } ` } </ Text >
11
11
12
12
< Text
13
13
fontSize = "2xs"
14
14
textAlign = "center"
15
- color = "ABSESTOS "
15
+ color = "ASBESTOS "
16
16
> { `v.${ VersionNumber . appVersion } -${ VersionNumber . buildVersion } ` } </ Text >
17
17
</ Flex >
18
18
) ;
You can’t perform that action at this time.
0 commit comments