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
React native don't need to handle url and history navigation, but web need that feature. It would be great if react-native-dom have mechanism to handle and implement history navigation.
Example Usecase:
In the movie example app, visit the movie detail pages. Refresh the page. The Expected behaviour should be stay on the movie detail page. But since react-native-dom don't have url handler, it back to home screen.
The text was updated successfully, but these errors were encountered:
React native don't need to handle url and history navigation, but web need that feature. It would be great if
react-native-dom
have mechanism to handle and implement history navigation.Example Usecase:
In the movie example app, visit the movie detail pages. Refresh the page. The Expected behaviour should be stay on the movie detail page. But since
react-native-dom
don't have url handler, it back to home screen.The text was updated successfully, but these errors were encountered: