react-navigation / web

Tools for react-navigation on web browsers and servers
https://reactnavigation.org
MIT License
94 stars 28 forks source link

Added history option #31

Closed EvanBacon closed 5 years ago

EvanBacon commented 5 years ago

Added the ability to change history type.

createBrowserApp(Navigator, { history: 'hash' });