Skip to content

Commit de71abf

Browse files
committed
added updated checker
1 parent f9b43fe commit de71abf

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

App.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ const MyWebView = () => {
7373

7474
return (
7575
<>
76-
<StatusBar backgroundColor="#7256E9" />
76+
<StatusBar
77+
backgroundColor="#7256E9"
78+
hidden
79+
showHideTransition="slide"
80+
animated
81+
/>
7782
<SafeAreaView style={styles.container}>
7883
{cookieString && (
7984
<WebView

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "dtsanalpos",
44
"slug": "dtsanalpos",
5-
"version": "1.0.6",
5+
"version": "1.0.7",
66
"orientation": "portrait",
77
"icon": "./assets/app-icon.png",
88
"userInterfaceStyle": "light",
@@ -17,15 +17,15 @@
1717
"ios": {
1818
"supportsTablet": true,
1919
"bundleIdentifier": "com.distedavim.dtsanalpos",
20-
"buildNumber": "11"
20+
"buildNumber": "13"
2121
},
2222
"android": {
2323
"adaptiveIcon": {
2424
"foregroundImage": "./assets/app-icon.png",
2525
"backgroundColor": "#ffffff"
2626
},
2727
"package": "com.distedavim.dtsanalpos",
28-
"versionCode": 8
28+
"versionCode": 13
2929
},
3030
"web": {
3131
"favicon": "./assets/app-icon.png"

0 commit comments

Comments
 (0)