fix config
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
import { Stack, useNavigation } from 'expo-router';
|
||||
import { ImageBackground, StyleSheet, Button, TextInput, Text, View ,Image,Alert } from 'react-native';
|
||||
import { ImageBackground, StyleSheet, Button, TextInput, SafeAreaView, Text, View ,Image,Alert } from 'react-native';
|
||||
import { useEffect,useState } from 'react';
|
||||
|
||||
const Home =()=> {
|
||||
@@ -10,7 +10,7 @@ const Home =()=> {
|
||||
|
||||
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<SafeAreaView style={styles.container}>
|
||||
<ImageBackground source={image} resizeMode="cover" style={styles.image}>
|
||||
<View style={styles.login_box}>
|
||||
<Image
|
||||
@@ -44,7 +44,7 @@ const Home =()=> {
|
||||
</View>
|
||||
|
||||
</ImageBackground>
|
||||
</View>
|
||||
</SafeAreaView>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user