Improve upload progress.

This commit is contained in:
Patrick Fic
2025-10-30 16:34:10 -07:00
parent 162f599e2d
commit 8e63ef0d6d
11 changed files with 186 additions and 137 deletions

View File

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