callstackincubator / rebolt-navigation

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

Missing `react-native-gesture-handler` #36

Closed souhe closed 6 years ago

souhe commented 6 years ago

Possible solutions:

grabbou commented 6 years ago

I think peerDependencies would work since the library itself doesn't use it but requires the app that consumes it to implement it.

devDependencies was used to indicate that example is using it.