Icons for React Native Android using Android Iconify

We appreciated react-native-icons for iOS a lot, and we're pretty sure that an Android version is just around the corner, but hey, we need icons for Android and this library wrapper from Layton Whiteley is just awesome.
As much as it is the original android-iconify, did you spot Widget/Component similarity?.
We love </> too!

react-native-android-iconify on GitHub

Icons for react native android using android-iconify

  • fontawesome
  • entypo
  • typicons
  • material
  • material-community
  • meteocons
  • weathericons
  • simplelineicons
  • ionicons
<View style={styles.container}>
  <IconTextView text="{fa-facebook}" style={styles.icon} />
</View>

Icons for React Native Android