issues fixed and build details

This commit is contained in:
Kashif Shehzad Baloch 2023-10-13 16:27:58 +05:00
parent 22b4a4b519
commit d779966dc6
4 changed files with 23 additions and 15 deletions

View File

@ -1,9 +1,12 @@
{
"expo": {
"name": "Enatega Rider",
"description": "Enatega is a starter kit food ordering app built in React Native using Expo for IOS and Android. It's made keeping good aesthetics in mind as well keeping the best coding practices in mind. Its fully customisable to easily help you in your next food delivery project. https://market.nativebase.io/view/react-native-food-delivery-backend-app",
"description": "Enatega is a starter kit food ordering app built in React Native using Expo for IOS and Android. It's made keeping good aesthetics in mind as well keeping the best coding practices in mind. Its fully customisable to easily help you in your next food delivery project. https://enatega.com/enatega-single-vendor/",
"version": "4.2.7",
"slug": "food-delivery-rider",
"slug": "food-delivery-rider-singlevendor",
"owner": "ninjas_code",
"currentFullName": "@ninjas_code/food-delivery-rider-singlevendor",
"originalFullName": "@ninjas_code/food-delivery-rider-singlevendor",
"privacy": "public",
"androidStatusBar": {
"backgroundColor": "#000"
@ -21,7 +24,7 @@
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/e3fb49ee-7c4f-4e4a-91fe-8f4f93662dde"
"url": "https://u.expo.dev/311d86a0-30ce-4683-8b9f-85be18904561"
},
"assetBundlePatterns": [
"**/*"
@ -66,11 +69,11 @@
},
"extra": {
"eas": {
"projectId": "e3fb49ee-7c4f-4e4a-91fe-8f4f93662dde"
"projectId": "311d86a0-30ce-4683-8b9f-85be18904561"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}
}

View File

@ -8,17 +8,20 @@
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"channel": "preview"
},
"production": {
"ios": {
"resourceClass": "m-medium"
"channel": "production",
"android": {
"buildType": "apk"
}
}
},

View File

@ -1,5 +1,6 @@
import * as Localization from 'expo-localization'
import { AsyncStorage, Platform } from 'react-native'
import AsyncStorage from "@react-native-async-storage/async-storage";
import { Platform } from 'react-native'
import i18n from 'i18n-js'
import { en } from './languages/en'
import { fr } from './languages/fr'

View File

@ -25,7 +25,7 @@
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-async-storage/async-storage": "^1.17.12",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/drawer": "^5.12.5",
@ -45,8 +45,11 @@
"expo-font": "~11.0.1",
"expo-localization": "~14.0.0",
"expo-location": "~15.0.1",
"expo-modules-autolinking": "^1.5.1",
"expo-navigation-bar": "~2.0.1",
"expo-notifications": "~0.17.0",
"expo-splash-screen": "~0.17.5",
"expo-system-ui": "~2.0.1",
"expo-task-manager": "~11.0.1",
"expo-updates": "~0.15.6",
"graphql": "^14.3.1",
@ -55,7 +58,7 @@
"patch-package": "^6.5.1",
"react": "18.1.0",
"react-apollo": "^2.5.8",
"react-native": "0.70.5",
"react-native": "0.70.8",
"react-native-animatable": "^1.3.2",
"react-native-flash-message": "^0.1.13",
"react-native-gesture-handler": "~2.8.0",
@ -69,9 +72,7 @@
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-webview": "11.23.1",
"subscriptions-transport-ws": "^0.9.16",
"expo-system-ui": "~2.0.1",
"expo-navigation-bar": "~2.0.1"
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"babel-preset-expo": "~9.2.1",