|
|
@ -9,6 +9,7 @@ import { trueFalseQuestions } from "../components/TrueFalseQuestions" |
|
|
|
|
|
|
|
const screen = Dimensions.get("window") |
|
|
|
const header = require("../assets/header.png") |
|
|
|
const pkg = require('../../app.json') |
|
|
|
const maxTime = 0 // 10
|
|
|
|
let interval = null |
|
|
|
|
|
|
@ -51,6 +52,10 @@ const styles = StyleSheet.create({ |
|
|
|
paddingVertical: 20, |
|
|
|
marginTop: 20, |
|
|
|
}, |
|
|
|
textLabel: { |
|
|
|
paddingHorizontal: 20, |
|
|
|
paddingVertical: 20 |
|
|
|
}, |
|
|
|
timer: { |
|
|
|
color: colors.white, |
|
|
|
fontSize: 30, |
|
|
@ -154,6 +159,10 @@ 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}> |
|
|
|