diff --git a/vds-app/App/screens/Splash.js b/vds-app/App/screens/Splash.js
index 612a796..a8df77c 100644
--- a/vds-app/App/screens/Splash.js
+++ b/vds-app/App/screens/Splash.js
@@ -52,10 +52,6 @@ const styles = StyleSheet.create({
paddingVertical: 20,
marginTop: 20,
},
- textLabel: {
- paddingHorizontal: 20,
- paddingVertical: 20
- },
timer: {
color: colors.white,
fontSize: 30,
@@ -71,11 +67,11 @@ const styles = StyleSheet.create({
paddingHorizontal: 20
},
headerContainer: {
- marginTop: 0,
+ marginTop: 20,
alignItems: "center",
justifyContent: "center",
width: "100%",
- height: 200
+ height: 150
},
header: {
width: "100%"
@@ -159,10 +155,6 @@ class Splash extends React.Component {
-
- {`${texts.version}: ${pkg.expo.version}`}
-
-
diff --git a/vds-app/app.json b/vds-app/app.json
index 062bcd2..7a9004a 100644
--- a/vds-app/app.json
+++ b/vds-app/app.json
@@ -8,7 +8,7 @@
"ios",
"android"
],
- "version": "3.5.51",
+ "version": "3.5.55",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
diff --git a/vds-app/package.json b/vds-app/package.json
index 8cc8616..302962b 100644
--- a/vds-app/package.json
+++ b/vds-app/package.json
@@ -18,7 +18,7 @@
"react-native-admob": "^1.3.2",
"react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.2.0",
- "react-native-screens": "~1.0.0-alpha.23",
+ "react-native-screens": "^1.0.0-alpha.23",
"react-navigation": "^3.6.1"
},
"devDependencies": {