bereaksi font asli mengagumkan

import FontAwesome, { SolidIcons, RegularIcons, BrandIcons } from 'react-native-fontawesome'; ...render() {  return (    <View>        <FontAwesome icon={SolidIcons.smile} />        <FontAwesome icon={RegularIcons.smileWink} />        <FontAwesome icon={BrandIcons.github} />    </View>  );},
Xenophobic Xenomorph