Expo CLI upgrade.
This commit is contained in:
@@ -115,7 +115,7 @@ const BottomTabsNavigator = () => (
|
||||
} else if (route.name === "MoreTab") {
|
||||
iconName = "ios-settings";
|
||||
} else if (route.name === "MediaBrowserTab") {
|
||||
iconName = "ios-photos";
|
||||
iconName = "ios-camera";
|
||||
} else {
|
||||
//iconName = "customerservice";
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ export function ImageBrowserScreen({
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
<Ionicons name="ios-photos" size={72} />
|
||||
<Ionicons name="ios-camera" size={72} />
|
||||
<Text style={{ textAlign: "center", marginTop: 10 }}>
|
||||
{t("mediabrowser.labels.nomedia")}
|
||||
</Text>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import * as firebase from "firebase/app";
|
||||
import firebase from "firebase/app";
|
||||
import "firebase/auth";
|
||||
import env from "../env";
|
||||
|
||||
|
||||
76
package.json
76
package.json
@@ -8,66 +8,64 @@
|
||||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.4",
|
||||
"@expo/vector-icons": "^10.2.0",
|
||||
"@react-native-community/async-storage": "~1.12.0",
|
||||
"@apollo/client": "^3.3.19",
|
||||
"@expo/vector-icons": "^12.0.0",
|
||||
"@react-native-async-storage/async-storage": "^1.13.0",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-navigation/bottom-tabs": "^5.11.2",
|
||||
"@react-navigation/drawer": "^5.11.4",
|
||||
"@react-navigation/native": "^5.8.10",
|
||||
"@react-navigation/stack": "^5.12.8",
|
||||
"@react-navigation/bottom-tabs": "^5.11.11",
|
||||
"@react-navigation/drawer": "^5.12.5",
|
||||
"@react-navigation/native": "^5.9.4",
|
||||
"@react-navigation/stack": "^5.14.5",
|
||||
"axios": "^0.21.0",
|
||||
"dinero.js": "^1.8.1",
|
||||
"expo": "^40.0.0",
|
||||
"expo-app-loading": "^1.0.0",
|
||||
"expo-av": "~8.7.0",
|
||||
"expo-camera": "~9.1.0",
|
||||
"expo-file-system": "~9.3.0",
|
||||
"expo-firebase-analytics": "~2.6.0",
|
||||
"expo-font": "~8.4.0",
|
||||
"expo": "^41.0.0",
|
||||
"expo-app-loading": "^1.0.3",
|
||||
"expo-av": "~9.1.2",
|
||||
"expo-camera": "~11.0.2",
|
||||
"expo-file-system": "~11.0.2",
|
||||
"expo-firebase-analytics": "~4.0.2",
|
||||
"expo-font": "~9.1.0",
|
||||
"expo-images-picker": "git+https://github.com/snaptsoft/expo-images-picker/",
|
||||
"expo-localization": "~9.1.0",
|
||||
"expo-media-library": "~10.0.0",
|
||||
"expo-permissions": "~10.0.0",
|
||||
"expo-status-bar": "~1.0.3",
|
||||
"expo-video-thumbnails": "~4.4.0",
|
||||
"firebase": "7.9.0",
|
||||
"formik": "^2.2.5",
|
||||
"expo-localization": "~10.1.0",
|
||||
"expo-media-library": "~12.0.2",
|
||||
"expo-permissions": "~12.0.1",
|
||||
"expo-status-bar": "~1.0.4",
|
||||
"expo-video-thumbnails": "~5.1.0",
|
||||
"firebase": "8.2.3",
|
||||
"formik": "^2.2.8",
|
||||
"graphql": "^15.4.0",
|
||||
"i18next": "^19.8.4",
|
||||
"i18next": "^20.3.1",
|
||||
"lodash": "^4.17.20",
|
||||
"luxon": "^1.25.0",
|
||||
"p-limit": "^3.1.0",
|
||||
"luxon": "^1.27.0",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-i18next": "^11.8.2",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.0.tar.gz",
|
||||
"react-native-easy-grid": "^0.2.2",
|
||||
"react-native-gesture-handler": "~1.8.0",
|
||||
"react-i18next": "^11.10.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
|
||||
"react-native-gesture-handler": "~1.10.2",
|
||||
"react-native-image-gallery": "archriss/react-native-image-gallery#152/head",
|
||||
"react-native-indicators": "^0.17.0",
|
||||
"react-native-pager-view": "^5.1.0",
|
||||
"react-native-paper": "^4.7.2",
|
||||
"react-native-pager-view": "5.0.12",
|
||||
"react-native-paper": "^4.9.1",
|
||||
"react-native-progress": "^4.1.2",
|
||||
"react-native-reanimated": "~1.13.0",
|
||||
"react-native-screens": "~2.15.0",
|
||||
"react-native-reanimated": "~2.1.0",
|
||||
"react-native-screens": "~3.0.0",
|
||||
"react-native-tab-view": "3.0.1",
|
||||
"react-native-web": "~0.13.12",
|
||||
"react-redux": "^7.2.2",
|
||||
"redux": "^4.0.5",
|
||||
"react-redux": "^7.2.4",
|
||||
"redux": "^4.1.0",
|
||||
"redux-logger": "^3.0.6",
|
||||
"redux-persist": "^6.0.0",
|
||||
"redux-saga": "^1.1.3",
|
||||
"reselect": "^4.0.0",
|
||||
"sentry-expo": "^3.1.3",
|
||||
"sentry-expo": "^3.1.0",
|
||||
"subscriptions-transport-ws": "^0.9.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.13",
|
||||
"@babel/core": "~7.9.0",
|
||||
"babel-preset-expo": "8.3.0",
|
||||
"eslint": "^7.19.0",
|
||||
"eslint-plugin-react": "^7.22.0",
|
||||
"eslint-plugin-react-native": "^3.10.0"
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-native": "^3.11.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import AsyncStorage from "@react-native-community/async-storage";
|
||||
import AsyncStorage from '@react-native-async-storage/async-storage';
|
||||
import { combineReducers } from "redux";
|
||||
import { persistReducer } from "redux-persist";
|
||||
import appReducer from "./app/app.reducer";
|
||||
|
||||
Reference in New Issue
Block a user