Typos, iOS player and reset password

This commit is contained in:
Adolfo Reyna
2023-02-06 14:43:05 -05:00
parent 6b8f9a56c5
commit f52b77f250
5 changed files with 66 additions and 25 deletions

View File

@@ -23,8 +23,10 @@ export default function App({ navigation, route }) {
<SafeAreaView style={styles.container}>
<LoginForm />
<StatusBar style="auto" />
<View style={{ position: "absolute", top: 30, left: 10, opacity: 0.5 }}>
<Text>{"<- Not an EMI family memeber?"}</Text>
<View style={{ position: "absolute", top: 60, left: 10, opacity: 0.5 }} >
<Text onPress={()=>{
alert("Register your church on fellowshipapps.com");
}}>{"<- Not an EMI family member?"}</Text>
</View>
</SafeAreaView>
);