expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

Redux Immutable Support #289

Open ansumanshah opened 7 years ago

ansumanshah commented 7 years ago

I use redux-immutable to combine my reducers and since ExNavigationReducer has a plain object as the initial state it shows an undefined object error.

Is it possible to add this support?

femiveys commented 7 years ago

Has anyone found a way to do this?

axelardu commented 7 years ago

+1

JeroenNelen commented 7 years ago

+1

For now, it seems to not be possible to use this navigation along with immutability?

Gaia-Nutrition commented 7 years ago

+1

Any update on this? Or is there anyone who has found some kind of a workaround? Could it be possible to exclude the 'navigation' state from immutability :/