Adding logout and some i18n
This commit is contained in:
@@ -23,6 +23,9 @@ 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>
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user