react-native-dom icon indicating copy to clipboard operation
react-native-dom copied to clipboard

History navigation support

Open drgx opened this issue 7 years ago • 1 comments

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.

drgx avatar May 21 '18 05:05 drgx