Typos, iOS player and reset password
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user