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
Both doesn't change my props and doesn't re-render my component.
The text was updated successfully, but these errors were encountered:
manoelbo
changed the title
Scene props not changing on pressing onRight and calling Actions.refresh()
Scene props are not changing on pressing onRight and calling Actions.refresh()
Oct 16, 2017
manoelbo
changed the title
Scene props are not changing on pressing onRight and calling Actions.refresh()
Scene props are not changing when pressing onRight and calling Actions.refresh()
Oct 16, 2017
Version
Expected behaviour
I expected to change my scene props pressing onRight and calling Actions.refresh()
Actual behaviour
onRight={() => Actions.clientList({ type: ActionConst.REFRESH, hideNavBar: false })}
or
onRight={() => Actions.refresh({ hideNavBar: false })}
Both doesn't change my props and doesn't re-render my component.
The text was updated successfully, but these errors were encountered: