mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
added padding to tos
This commit is contained in:
parent
f54839ca1e
commit
12734bc059
@ -1,7 +1,7 @@
|
|||||||
import { useEffect, useState, useRef, useContext } from 'react';
|
import { useEffect, useState, useRef, useContext } from 'react';
|
||||||
import SQLite from "react-native-sqlite-storage";
|
import SQLite from "react-native-sqlite-storage";
|
||||||
|
|
||||||
const DATABAG_DB = 'db_v134.db';
|
const DATABAG_DB = 'db_v135.db';
|
||||||
|
|
||||||
export function useStoreContext() {
|
export function useStoreContext() {
|
||||||
const [state, setState] = useState({});
|
const [state, setState] = useState({});
|
||||||
|
@ -341,7 +341,7 @@ export function Session() {
|
|||||||
|
|
||||||
{ !state.agree && (
|
{ !state.agree && (
|
||||||
<View style={styles.nostart}>
|
<View style={styles.nostart}>
|
||||||
<Text style={styles.nostartText}>Get Started</Text>
|
<Text style={styles.nostartText}>Continue</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
@ -40,6 +40,8 @@ export const styles = StyleSheet.create({
|
|||||||
backgroundColor: Colors.background,
|
backgroundColor: Colors.background,
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
paddingTop: 16,
|
||||||
|
paddingBottom: 16,
|
||||||
},
|
},
|
||||||
splash: {
|
splash: {
|
||||||
maxWidth: '80%',
|
maxWidth: '80%',
|
||||||
|
Loading…
Reference in New Issue
Block a user