fix config

This commit is contained in:
CHIEFSOFT\ameye
2024-08-30 03:43:42 -04:00
parent 98b42ac0a3
commit d15d1f8af0
3 changed files with 29 additions and 23 deletions
+18 -13
View File
@@ -1,5 +1,7 @@
{
"expo": {
"name": "HealthRader",
"slug": "com-chiefsoft-raderapp",
"scheme": "healthrader-app-scheme",
"version": "1.1.0",
"orientation": "portrait",
@@ -10,28 +12,31 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.chiefsoft.raderapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.chiefsoft.raderapp"
},
"web": {
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": [
"expo-router"
],
"name": "HealthRader",
"slug": "healthrader-3wjzaetua4alnymmgw963",
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "14db5095-cca8-4161-94ca-85f219dd4050"
"projectId": "252a3215-2dcc-4d2d-a86d-b2e76b076993"
}
},
"android": {
"package": "com.chiefsoft.raderapp"
},
"ios": {
"bundleIdentifier": "com.chiefsoft.raderapp"
},
"owner": "chiefsoft"
"plugins": [
"expo-router"
]
}
}
+3 -3
View File
@@ -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>
);
}
+8 -7
View File
@@ -11,20 +11,21 @@
"dependencies": {
"axios": "^1.6.8",
"expo": "^51.0.8",
"expo-constants": "~15.4.5",
"expo-font": "^11.10.3",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.9",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native": "0.74.1",
"react-native-dotenv": "^3.4.11",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6"
"react-native-web": "~0.19.10",
"@expo/metro-runtime": "~3.2.1",
"expo-router": "~3.5.23",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"