react-native-dom
react-native-dom copied to clipboard
History navigation support
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.
Maybe these projects can help: