Merge remote-tracking branch 'origin/feature/IO-2222-SDK-upgrades' into rome/1.4.1

This commit is contained in:
Patrick Fic
2023-04-04 12:21:45 -07:00
5 changed files with 3287 additions and 3120 deletions

View File

@@ -32,7 +32,7 @@
] ]
}, },
"splash": { "splash": {
"image": "./assets/Splash.png", "image": "./assets/splash.png",
"backgroundColor": "#efefef" "backgroundColor": "#efefef"
}, },
"notification": { "notification": {
@@ -41,7 +41,9 @@
"updates": { "updates": {
"fallbackToCacheTimeout": 0 "fallbackToCacheTimeout": 0
}, },
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": [
"**/*"
],
"web": { "web": {
"favicon": "./assets/logo192noa.png", "favicon": "./assets/logo192noa.png",
"config": { "config": {
@@ -79,7 +81,8 @@
"savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.",
"isAccessMediaLocationEnabled": "true" "isAccessMediaLocationEnabled": "true"
} }
] ],
"expo-localization"
] ]
} }
} }

View File

@@ -1,4 +1,4 @@
import * as Analytics from "expo-firebase-analytics"; // import * as Analytics from "expo-firebase-analytics";//JF:commenting out the firebase analytics portion
//import { store } from "../redux/store"; //import { store } from "../redux/store";
export const logImEXEvent = (eventName, additionalParams, stateProp = null) => { export const logImEXEvent = (eventName, additionalParams, stateProp = null) => {
@@ -12,7 +12,7 @@ export const logImEXEvent = (eventName, additionalParams, stateProp = null) => {
// null, // null,
...additionalParams, ...additionalParams,
}; };
Analytics.logEvent(eventName, eventParams); // Analytics.logEvent(eventName, eventParams);//JF:commenting out the firebase analytics portion
}; };
//export const ExpoAnalytics = Analytics; //export const ExpoAnalytics = Analytics;

View File

@@ -17,8 +17,9 @@
}, },
"dependencies": { "dependencies": {
"@apollo/client": "^3.7.0-alpha.3", "@apollo/client": "^3.7.0-alpha.3",
"@babel/preset-env": "7.1.6",
"@expo/vector-icons": "^13.0.0", "@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.10", "@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/art": "^1.2.0", "@react-native-community/art": "^1.2.0",
"@react-native-community/cli-debugger-ui": "^9.0.0", "@react-native-community/cli-debugger-ui": "^9.0.0",
"@react-native-community/masked-view": "^0.1.11", "@react-native-community/masked-view": "^0.1.11",
@@ -30,26 +31,23 @@
"axios": "^0.27.2", "axios": "^0.27.2",
"cloudinary-core": "^2.13.0", "cloudinary-core": "^2.13.0",
"dinero.js": "^1.9.1", "dinero.js": "^1.9.1",
"expo": "^46.0.10", "expo": "48.0.0",
"expo-app-loading": "~2.1.0", "expo-application": "^5.1.1",
"expo-application": "~4.2.2", "expo-av": "^13.2.1",
"expo-av": "~12.0.4", "expo-constants": "^14.2.1",
"expo-camera": "~12.3.0", "expo-dev-client": "^2.1.6",
"expo-constants": "~13.2.4", "expo-device": "^5.2.1",
"expo-dev-client": "~1.2.1", "expo-file-system": "^15.2.2",
"expo-device": "~4.3.0", "expo-font": "^11.1.1",
"expo-file-system": "~14.1.0", "expo-image-manipulator": "^11.1.1",
"expo-firebase-analytics": "~7.1.1",
"expo-font": "~10.2.0",
"expo-image-manipulator": "~10.4.0",
"expo-images-picker": "^2.4.1", "expo-images-picker": "^2.4.1",
"expo-localization": "~13.1.0", "expo-localization": "^14.1.1",
"expo-media-library": "~14.2.0", "expo-media-library": "^15.2.3",
"expo-permissions": "~13.2.0", "expo-permissions": "^14.1.1",
"expo-status-bar": "~1.4.0", "expo-status-bar": "~1.4.2",
"expo-system-ui": "~1.3.0", "expo-system-ui": "^2.2.1",
"expo-updates": "~0.14.5", "expo-updates": "^0.16.3",
"expo-video-thumbnails": "~6.4.0", "expo-video-thumbnails": "^7.2.1",
"firebase": "^9.8.3", "firebase": "^9.8.3",
"formik": "^2.2.9", "formik": "^2.2.9",
"graphql": "^16.6.0", "graphql": "^16.6.0",
@@ -60,37 +58,40 @@
"mime": "^3.0.0", "mime": "^3.0.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"normalize-url": "^7.0.3", "normalize-url": "^7.0.3",
"react": "18.0.0", "react": "^18.2.0",
"react-dom": "18.0.0", "react-dom": "^18.2.0",
"react-i18next": "^11.17.2", "react-i18next": "^11.17.2",
"react-native": "0.69.5", "react-is": ">= 16.8.0",
"react-native": "^0.71.4",
"react-native-dnd-board": "hungga1711/react-native-dnd-board#13/head", "react-native-dnd-board": "hungga1711/react-native-dnd-board#13/head",
"react-native-draggable-flatlist": "^3.1.2", "react-native-draggable-flatlist": "^3.1.2",
"react-native-gesture-handler": "~2.5.0", "react-native-gesture-handler": "^2.9.0",
"react-native-image-gallery": "^2.1.5", "react-native-image-gallery": "^2.1.5",
"react-native-image-viewing": "^0.2.2", "react-native-image-viewing": "^0.2.2",
"react-native-indicators": "^0.17.0", "react-native-indicators": "^0.17.0",
"react-native-pager-view": "5.4.24", "react-native-pager-view": "6.1.2",
"react-native-paper": "^4.12.4", "react-native-paper": "^4.12.4",
"react-native-progress": "^5.0.0", "react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.9.1", "react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "4.3.1", "react-native-safe-area-context": "^4.5.0",
"react-native-screens": "~3.15.0", "react-native-screens": "^3.20.0",
"react-native-svg": "13.4.0",
"react-native-tab-view": "3.1.1", "react-native-tab-view": "3.1.1",
"react-native-toast-message": "^2.1.5", "react-native-toast-message": "^2.1.5",
"react-native-web": "~0.18.7", "react-native-vector-icons": "*",
"react-native-web": "~0.18.9",
"react-redux": "^7.2.6", "react-redux": "^7.2.6",
"redux": "^4.1.2", "redux": "^4.1.2",
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-persist": "^6.0.0", "redux-persist": "^6.0.0",
"redux-saga": "^1.1.3", "redux-saga": "^1.1.3",
"reselect": "^4.1.6", "reselect": "^4.1.6",
"sentry-expo": "~5.0.0", "sentry-expo": "~6.1.0",
"subscriptions-transport-ws": "^0.9.18" "subscriptions-transport-ws": "^0.9.18"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.19.0", "@babel/core": "^7.19.3",
"babel-preset-expo": "~9.2.0", "babel-preset-expo": "^9.3.0",
"eslint": "^7.27.0", "eslint": "^7.27.0",
"eslint-plugin-react": "^7.24.0", "eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-native": "^3.11.0" "eslint-plugin-react-native": "^3.11.0"

View File

@@ -1,4 +1,4 @@
import * as Analytics from "expo-firebase-analytics"; //import * as Analytics from "expo-firebase-analytics";//JF:commenting out the firebase analytics portion
import { signInWithEmailAndPassword, signOut } from "firebase/auth"; import { signInWithEmailAndPassword, signOut } from "firebase/auth";
import { all, call, put, takeLatest } from "redux-saga/effects"; import { all, call, put, takeLatest } from "redux-saga/effects";
import * as Sentry from "sentry-expo"; import * as Sentry from "sentry-expo";
@@ -107,7 +107,7 @@ export function* onSignInSuccess() {
export function* signInSuccessSaga({ payload }) { export function* signInSuccessSaga({ payload }) {
try { try {
Analytics.setUserId(payload.email); // Analytics.setUserId(payload.email);//JF:commenting out the firebase analytics portion
Sentry.Native.setUser({ email: payload.email }); Sentry.Native.setUser({ email: payload.email });
const shop = yield client.query({ query: QUERY_BODYSHOP }); const shop = yield client.query({ query: QUERY_BODYSHOP });

6325
yarn.lock

File diff suppressed because it is too large Load Diff