galio-org / galio-starter-kit

Galio's starter kit is an app you can use to see what you can create with our library
https://galio.io
MIT License
181 stars 70 forks source link

fontFamily "Feather" is not a system font and has not been loaded through Font.loadAsync. #18

Closed dhamodar-adappt closed 4 years ago

dhamodar-adappt commented 4 years ago

fontFamily "Feather" is not a system font and has not been loaded through Font.loadAsync.

AndyOsei commented 4 years ago

Galio does not provide any feather font family... It uses the Icon component to expose the various icon sets provided by react-native-vector-icons and Galio font like this... <Icon name='check' family='feather' size={18} color='red' />

Hence you have to first install react-native-vector-icons as a peer dependency...

dhamodar-adappt commented 4 years ago

npm i react-native-fontawesome --save for above solution