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, paddingVertical: 20,
marginTop: 20, marginTop: 20,
}, },
textLabel: {
paddingHorizontal: 20,
paddingVertical: 20
},
timer: { timer: {
color: colors.white, color: colors.white,
fontSize: 30, fontSize: 30,
@ -71,11 +67,11 @@ const styles = StyleSheet.create({
paddingHorizontal: 20 paddingHorizontal: 20
}, },
headerContainer: { headerContainer: {
marginTop: 0,
marginTop: 20,
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
width: "100%", width: "100%",
height: 200
height: 150
}, },
header: { header: {
width: "100%" width: "100%"
@ -159,10 +155,6 @@ class Splash extends React.Component {
<Image source={header} style={styles.header} resizeMode="contain" /> <Image source={header} style={styles.header} resizeMode="contain" />
</View> </View>
<Text style={styles.text}>
<Text style={styles.textLabel}>{`${texts.version}: ${pkg.expo.version}`}</Text>
</Text>
<SafeAreaView style={styles.safearea}> <SafeAreaView style={styles.safearea}>
<View> <View>
<ButtonContainer isBoxed={true}> <ButtonContainer isBoxed={true}>

2
vds-app/app.json

@ -8,7 +8,7 @@
"ios", "ios",
"android" "android"
], ],
"version": "3.5.51",
"version": "3.5.55",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"splash": { "splash": {

2
vds-app/package.json

@ -18,7 +18,7 @@
"react-native-admob": "^1.3.2", "react-native-admob": "^1.3.2",
"react-native-gesture-handler": "^1.3.0", "react-native-gesture-handler": "^1.3.0",
"react-native-reanimated": "^1.2.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" "react-navigation": "^3.6.1"
}, },
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save