thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
269 stars 49 forks source link

Add Default Export to index.d.ts #28

Closed hmajid2301 closed 4 years ago

hmajid2301 commented 4 years ago

Update the type definitions file as the default export is missing. According to the documentation (README) the changeNavigationBarColor should be a default export and it works but typescript will complain as no default export is defined in the definitions file

vascofg commented 4 years ago

Please merge this @thebylito

vascofg commented 4 years ago

Actually it's not correct, changeNavigationBarColor is not exported as a named export

thebylito commented 4 years ago

Thanks!