mirror of
https://github.com/balzack/databag.git
synced 2025-02-14 12:39:17 +00:00
Merge branch 'main' of https://github.com/balzack/databag into main
This commit is contained in:
commit
54071f0af0
@ -9,12 +9,9 @@ export function Welcome() {
|
||||
|
||||
return (
|
||||
<SafeAreaView style={styles.container}>
|
||||
<Text style={styles.header}>Welcome to Databag</Text>
|
||||
<Text style={styles.header}>Databag</Text>
|
||||
<Text style={styles.label}>Communication for the decentralized web</Text>
|
||||
<Image style={styles.image} source={session} />
|
||||
<Text style={styles.message}>Step 1: setup your profile</Text>
|
||||
<Text style={styles.message}>Step 2: connect with people</Text>
|
||||
<Text style={styles.message}>Step 3: start a conversation topic</Text>
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
@ -15,21 +15,25 @@ export const styles = StyleSheet.create({
|
||||
width: null,
|
||||
height: null,
|
||||
resizeMode: 'contain',
|
||||
marginBottom: 16,
|
||||
opacity: 0.3,
|
||||
},
|
||||
header: {
|
||||
width: '100%',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
padding: 8,
|
||||
textAlign: 'center',
|
||||
fontSize: 20,
|
||||
paddingTop: 16,
|
||||
color: Colors.text,
|
||||
},
|
||||
label: {
|
||||
width: '100%',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
padding: 8,
|
||||
textAlign: 'center',
|
||||
paddingBottom: 16,
|
||||
color: Colors.text,
|
||||
},
|
||||
message: {
|
||||
width: '100%',
|
||||
|
Loading…
Reference in New Issue
Block a user