Adding logout and some i18n

This commit is contained in:
Adolfo Reyna
2022-12-23 22:23:11 -05:00
parent 10f70c7156
commit 6f3b8f81a9
6 changed files with 22 additions and 7 deletions

View File

@@ -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>
);
}