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
Actions.pop({refresh: {update: new Date()}})
The current page will not be overloaded
Actual behaviour
Actions.pop({refresh: {update: new Date()}})
The current page will be overloaded
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.Actions.a()
2.Actions.b()
3.Actions.pop({refresh: {update: new Date()}}) The current page b will be overloaded
The text was updated successfully, but these errors were encountered:
ShawSmall
changed the title
Actions.pop({refresh:{update:true}) The current page will not be overloaded
Actions.pop({refresh:{update:true}) The current page will be overloaded
Feb 2, 2018
//navigationStore.js
this.refresh = function (data) {
InteractionManager.runAfterInteractions(() => {
var key = (0, _State.getActiveState)(_this2._state).key;
var params = filterParam(data);
_this2.dispatch(_reactNavigation.NavigationActions.setParams({key: key, params: params}));
})
};
can solve the problem
Version
Tell us which versions you are using:
Expected behaviour
Actions.pop({refresh: {update: new Date()}})
The current page will not be overloaded
Actual behaviour
Actions.pop({refresh: {update: new Date()}})
The current page will be overloaded
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.Actions.a()
2.Actions.b()
3.Actions.pop({refresh: {update: new Date()}}) The current page b will be overloaded
The text was updated successfully, but these errors were encountered: