WrathChaos / react-native-dynamic-search-bar

Medium Article: https://freakycoder.com/react-native-library-dynamic-search-bar-c03fea9fae36
MIT License
481 stars 52 forks source link

Missing backgroundColor and fontFamily from configuration props #22

Closed whenmoon closed 4 years ago

whenmoon commented 4 years ago

This works:

backgroundColor={COL_DARK_HIGHLIGHT}
fontFamily="ProximaNova-Regular"

But is not documented in the configuration props :)

WrathChaos commented 4 years ago

Hello @whenmoon, Thank you so much for the reminder :) I'm going to add them on README :) Also, thank you for using this library. If you have an idea to improve this library, please let me know :)

whenmoon commented 4 years ago

It's a great library!! Sorry - I would of made a PR myself but I was short on time today. Thanks!

WrathChaos commented 4 years ago

Gonna update it today :)

WrathChaos commented 4 years ago

Updated, thakn you @whenmoon :)