update text

This commit is contained in:
feruz 2020-07-25 22:51:41 +03:00
parent 790038d4c0
commit e0a9b733d8
2 changed files with 11 additions and 8 deletions

View File

@ -661,4 +661,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 84e32ce5543427579b8c72d77fd175fe29268d92
COCOAPODS: 1.8.4
COCOAPODS: 1.9.3

View File

@ -26,9 +26,10 @@ const WelcomeScreen = ({ handleButtonPress }) => {
size={60}
/>
<View>
<Text style={styles.sectionTitle}>Lorem ipsum dolor</Text>
<Text style={styles.sectionTitle}>Are you looking for community?</Text>
<Text style={styles.sectionText}>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer a tellus eget arcu
Are you getting censored by centralized social networks? Your privacy being violated,
your data is being sold by cooporations?
</Text>
</View>
</View>
@ -40,9 +41,10 @@ const WelcomeScreen = ({ handleButtonPress }) => {
size={60}
/>
<View>
<Text style={styles.sectionTitle}>Lorem ipsum dolor</Text>
<Text style={styles.sectionTitle}>We believe, we have a solution!</Text>
<Text style={styles.sectionText}>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer a tellus eget arcu
Utilizing blockchain technology, we believe we have found a ways to create censorship
free, decentralized and rewarding platform.
</Text>
</View>
</View>
@ -54,16 +56,17 @@ const WelcomeScreen = ({ handleButtonPress }) => {
size={60}
/>
<View>
<Text style={styles.sectionTitle}>Lorem ipsum dolor</Text>
<Text style={styles.sectionTitle}>Join Ecency communities!</Text>
<Text style={styles.sectionText}>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer a tellus eget arcu
Join/build community you own that nobody can shutdown or censor, get rewarded and
reward others who contribute and share their experiences with community.
</Text>
</View>
</View>
<MainButton
onPress={handleButtonPress}
style={{ alignSelf: 'center', paddingHorizontal: 30 }}
text="Start to Ecency"
text="Get started!"
/>
</View>
</SafeAreaView>