aksonov / react-native-router-flux

The first declarative React Native router
MIT License
8.99k stars 2.11k forks source link

Redux problem #3363

Open bohdan145 opened 5 years ago

bohdan145 commented 5 years ago

I have online chat (using Web socket + Redux) application which has an offline mode. When i go offline and then back online, i have to reconnect to socket again. The problem is when i go online after offline i have to check my token, when i receive it back i have to write it to the reducer through action. When i do this i`m going back to my initial scene with re-render ezgif com-video-to-gif

shahidmau commented 4 years ago

I am getting the similar issue, in case of ajax calls, it is showing to the initial screen. So, whenever there is the update in the store, it is re-rendered and shows the initial screen but not the last screen.