rescript-react-native / rescript-react-navigation

ReScript bindings for React Navigation
MIT License
74 stars 28 forks source link

Kill Types module. #2

Closed cknitt closed 5 years ago

cknitt commented 5 years ago

We should avoid having a module with the generic name Types, as people will usually want to do

open ReactNavigation;

which would bring the Types module into scope.