|
|
@ -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}> |
|
|
|