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 SQLite from "react-native-sqlite-storage";
|
||||
|
||||
const DATABAG_DB = 'db_v134.db';
|
||||
const DATABAG_DB = 'db_v135.db';
|
||||
|
||||
export function useStoreContext() {
|
||||
const [state, setState] = useState({});
|
||||
|
@ -341,7 +341,7 @@ export function Session() {
|
||||
|
||||
{ !state.agree && (
|
||||
<View style={styles.nostart}>
|
||||
<Text style={styles.nostartText}>Get Started</Text>
|
||||
<Text style={styles.nostartText}>Continue</Text>
|
||||
</View>
|
||||
)}
|
||||
|
||||
|
@ -40,6 +40,8 @@ export const styles = StyleSheet.create({
|
||||
backgroundColor: Colors.background,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
paddingTop: 16,
|
||||
paddingBottom: 16,
|
||||
},
|
||||
splash: {
|
||||
maxWidth: '80%',
|
||||
|
Loading…
Reference in New Issue
Block a user