Browse Source

versions

feature/upgrade_sdk
Carmine De Rosa 5 years ago
parent
commit
93888aeeb6
  1. 12
      vds-app/App/screens/Splash.js
  2. 2
      vds-app/app.json
  3. 2
      vds-app/package.json

12
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 {
<Image source={header} style={styles.header} resizeMode="contain" />
</View>
<Text style={styles.text}>
<Text style={styles.textLabel}>{`${texts.version}: ${pkg.expo.version}`}</Text>
</Text>
<SafeAreaView style={styles.safearea}>
<View>
<ButtonContainer isBoxed={true}>

2
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": {

2
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": {

Loading…
Cancel
Save