Reputation: 33
I have tried "react-navigation" in sample app created by using "create-react-app" command. It's working in mobile but not working for web. Also tried implementing navigation using "react-router-dom", which is working perfectly for web. But not working for mobile giving ‘Error: Invariant failed: Browser history needs a DOM’.
Upvotes: 0
Views: 163