rcaferati/react-native-really-awesome-button

Question - textFamily

cargallo opened this issue · 3 comments

Hi, nice buttons really helpfull! I've a question. How can I set the textFamily? I've tried textFamily={Fonts.type.rock} where Fonts.type.rock returns a custom font that I've linked. The font is working in other View. Thanks in advance!

textFontFamily according to the implementation:

fontFamily: textFontFamily,

Seems like an error in the docs

Thanks @SimenB

Fixed it there. Thanks both @cargallo @SimenB 🙌🏻