Results 27 comments of Zack Story

does redux-offline store its working state in its own reducer? redux-persist v5 has a `persistReducer` higher order reducer, so depending on how redux-offline manages its internal state will affect I...

ok sounds like integration should be pretty straightforward. redux persist V5 is just about ready, I think if we can get a PR up to upgrade redux-offline with no API...

FYI I have not looked at this yet, but I am pretty confident upgrading to v5 will be straightforward process of adding persistReducer around the reducer redux-offline creates, with `whitelist:...

@DJTB how are you clearing state? like with an action or via `persistor.purge` or something else?

@DavitVosk can you elaborate on what the issue exactly is?

ah ok so I am fairly certain there is an issue with setting state to undefined. We should add a test for this, I am not sure what the behavior...

@DJTB ah thanks for clarity. So yes it probably does confuse the persist if you blow out state from the top. I would like to allow this however. One probable...

Hm, I will take a look later today. We made need to set more liberal header search paths.

you will need to add react-native-branch to your header search paths as described in step 3 of http://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking The specific search path if using the latest 0.2.2 release is `$(SRCROOT)/../node_modules/react-native-branch/ios`...