Closed chunghe closed 5 years ago
This PR allows createBrowserApp handle onNavigationStateChange props, described here https://reactnavigation.org/docs/en/screen-tracking.html
createBrowserApp
onNavigationStateChange
@ericvicenti really appreciate to have to take a look at this PR, thanks!
This was done here, and the implementation is a bit more true to the behavior of the native app container: https://github.com/react-navigation/react-navigation-web/pull/24
This PR allows
createBrowserApp
handleonNavigationStateChange
props, described here https://reactnavigation.org/docs/en/screen-tracking.html@ericvicenti really appreciate to have to take a look at this PR, thanks!