File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,12 @@ const MyWebView = () => {
73
73
74
74
return (
75
75
< >
76
- < StatusBar backgroundColor = "#7256E9" />
76
+ < StatusBar
77
+ backgroundColor = "#7256E9"
78
+ hidden
79
+ showHideTransition = "slide"
80
+ animated
81
+ />
77
82
< SafeAreaView style = { styles . container } >
78
83
{ cookieString && (
79
84
< WebView
Original file line number Diff line number Diff line change 2
2
"expo" : {
3
3
"name" : " dtsanalpos" ,
4
4
"slug" : " dtsanalpos" ,
5
- "version" : " 1.0.6 " ,
5
+ "version" : " 1.0.7 " ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/app-icon.png" ,
8
8
"userInterfaceStyle" : " light" ,
17
17
"ios" : {
18
18
"supportsTablet" : true ,
19
19
"bundleIdentifier" : " com.distedavim.dtsanalpos" ,
20
- "buildNumber" : " 11 "
20
+ "buildNumber" : " 13 "
21
21
},
22
22
"android" : {
23
23
"adaptiveIcon" : {
24
24
"foregroundImage" : " ./assets/app-icon.png" ,
25
25
"backgroundColor" : " #ffffff"
26
26
},
27
27
"package" : " com.distedavim.dtsanalpos" ,
28
- "versionCode" : 8
28
+ "versionCode" : 13
29
29
},
30
30
"web" : {
31
31
"favicon" : " ./assets/app-icon.png"
You can’t perform that action at this time.
0 commit comments