callstackincubator / rebolt-navigation

Fast and declarative router for Rebolt
https://rebolt-navigation.callstack.com/
MIT License
208 stars 11 forks source link

Should use namespace to avoid conflicting modules #80

Closed fakenickels closed 6 years ago

fakenickels commented 6 years ago

For instance, ReRoute has a module called Utils which is pretty generic and will conflict with the project using ReRoute as dependency.

Any reasons why namespace is set to false currently?

cc @medson10