Minimally loading example.

This commit is contained in:
Patrick Fic
2025-10-03 12:06:24 -07:00
parent 891b2a24a2
commit f95b0e1263
10 changed files with 1158 additions and 1127 deletions

View File

@@ -9,7 +9,7 @@ const persistConfig = {
key: "root",
storage: AsyncStorage,
// whitelist: ["photos"],
blacklist: ["user"],
blacklist: ["user",], // Add reducers you do NOT want to persist
};
const rootReducer = combineReducers({