Expo CLI upgrade.

This commit is contained in:
Patrick Fic
2021-05-31 15:07:14 -07:00
parent 7f37635345
commit fd52e72364
6 changed files with 1001 additions and 1099 deletions

View File

@@ -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";