You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use custom reducer function provided through createReducer prop in Router. It works fine when I push/pop screens, but it doesn't called when showing initial screen. Why?
In order to be consistent library should call reducer on pushing first screen too.
Library version: 4.0.0-beta.28
RN version: 0.54.4
The text was updated successfully, but these errors were encountered:
Hi,
I use custom reducer function provided through
createReducer
prop inRouter
. It works fine when I push/pop screens, but it doesn't called when showing initial screen. Why?In order to be consistent library should call reducer on pushing first screen too.
Library version: 4.0.0-beta.28
RN version: 0.54.4
The text was updated successfully, but these errors were encountered: