sspiff
Results
2
comments of
sspiff
Changing the fontFamily like so is an easy workaround: import FontAwesome, { SolidIcons } from 'react-native-fontawesome' SolidIcons._fontFamily = 'FontAwesome5Free-Solid'
> > Changing the fontFamily like so is an easy workaround: > > ``` > > import FontAwesome, { SolidIcons } from 'react-native-fontawesome' > > SolidIcons._fontFamily = 'FontAwesome5Free-Solid' > >...