JoeBoulton

Results 5 comments of JoeBoulton

Any update on this?

How do I get this to work in my project? When I uninstall react-native-web and install your fork, expo says it can't find react-native-web. Any tips?

> You will need to call `persistor.purge()` manually. To avoid circular dependancies, have a resetState function in your store.js file: > > ``` > export const store = createStore(rootReducer, composeMiddlewares);...

@tomgreco I solved it by just manually resetting the state of each slice. You could probably write a for loop to clear them all. Here's how my currentUserSlice looks. ```...