zobeirhamid / react-native-scrollable-navigation-bar

Respecting navigation bar for scrolling screens.
https://zobeirhamid.github.io/react-native-scrollable-navigation-bar/
MIT License
266 stars 29 forks source link

IconProvider issue #14

Closed hirbod closed 4 years ago

hirbod commented 4 years ago

NavigationBarIcon supports props for "IconProvider" but its not usable, since the import for it is fixed to Ionicons.

https://github.com/zobeirhamid/react-native-scrollable-navigation-bar/blob/master/src/components/NavigationBar/NavigationBarIcon.js

hirbod commented 4 years ago

Nevermind, just realised that I actually have to import it in my component and pass the Provider instead of the string name.. Sorry