1.30.1
Features
- ⭐️ You can now override an icon set in theme - MaterialIcons, MaterialCommunityIcons, FontAwesome, etc. (Everything that is provided by react-native-vector-icons).
To use community set as default:
<ThemeContext.Provider value={getTheme({ iconSet: 'MaterialCommunityIcons' })>
...
</ThemeContext.Provider>
or just for only one component
<ListItem
iconSet="MaterialCommunityIcons"
icon="shape"
/>