I setup a navigation event listener like so: https://wix.github.io/react-native-navigation/#/screen-api?id=listen-visibility-events-in-onnavigatorevent-handler
constructor(props) {
super(props);
this.props.navigator.setOnNavigatorEvent(this.onNavigatorEvent.bind(this));
}
onNavigatorEvent(event) {
console.log(event);
...
On version 1.1.440, everything worked as expected and I received my events.
Upgrading to 1.1.473, the callback remains uncalled.
Setup the listeners like described in https://wix.github.io/react-native-navigation/#/screen-api?id=listen-visibility-events-in-onnavigatorevent-handler
It works on 1.1.472.
But can you reproduce the issue on 1.1.473?
Yes, it doesn't work on 473.
It seems to be working again on the brand new 1.1.474.
Can you try it?
I can confirm that this is SOLVED on 1.1.474. Thanks!
@guyca can be marked as solved
Duplicate with #3443
Closed.
Most helpful comment
Yes, it doesn't work on 473.
It seems to be working again on the brand new 1.1.474.
Can you try it?