Added apollo client and basic provider setup.

This commit is contained in:
Patrick Fic
2020-08-11 21:42:21 -07:00
parent 11d92e9aea
commit 1f8d16370a
12 changed files with 1606 additions and 22 deletions

View File

@@ -12,6 +12,8 @@ import userReducer from "./user/user.reducer";
const persistConfig = {
key: "root",
storage: AsyncStorage,
whitelist: [],
blacklist: ["user"],
// whitelist: ["messaging", "tech", "application"],
// blacklist: ["user", "email", "modals"],
};