We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bb535 commit ed9edb2Copy full SHA for ed9edb2
src/screens/ProfileScreen.tsx
@@ -263,7 +263,7 @@ const ProfileScreen = ({navigation}: Props) => {
263
onPress={() => setisVisibleNumber(true)}>
264
<Icon name="chevron-forward-outline" size={30} color="black" />
265
</TouchableOpacity>
266
- <Text style={styles.text}>Invita a tus amigos unirse a Paybox</Text>
+ <Text style={styles.text}>Invita a tus amigos unirse a Paybox ahora!</Text>
267
<TouchableOpacity
268
style={{position: 'absolute', right: 10, top: 160}}
269
onPress={() => askContactPermission()}>
0 commit comments