From d779966dc68e0b557a80512d9e9bc3e6d16c6f52 Mon Sep 17 00:00:00 2001 From: Kashif Shehzad Baloch Date: Fri, 13 Oct 2023 16:27:58 +0500 Subject: [PATCH] issues fixed and build details --- RiderApp/app.json | 13 ++++++++----- RiderApp/eas.json | 11 +++++++---- RiderApp/i18n.js | 3 ++- RiderApp/package.json | 11 ++++++----- 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/RiderApp/app.json b/RiderApp/app.json index ca73e9f..d2ce69f 100644 --- a/RiderApp/app.json +++ b/RiderApp/app.json @@ -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" } } -} +} \ No newline at end of file diff --git a/RiderApp/eas.json b/RiderApp/eas.json index 8301da1..21e4b85 100644 --- a/RiderApp/eas.json +++ b/RiderApp/eas.json @@ -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" } } }, diff --git a/RiderApp/i18n.js b/RiderApp/i18n.js index c322464..3c19d4d 100644 --- a/RiderApp/i18n.js +++ b/RiderApp/i18n.js @@ -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' diff --git a/RiderApp/package.json b/RiderApp/package.json index f776d81..4c30ab2 100644 --- a/RiderApp/package.json +++ b/RiderApp/package.json @@ -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",