react-native-ionicons
react-native-ionicons copied to clipboard
Icons are always iOS icons
No matter what I prefix the 'name' prop with, Ionicons always renders the iOS version of the icon.
After further testing, it seems like only specific icons are stuck, and some are stuck as material as well.
For example, the "settings" icon always renders as "md-settings" even if I specify "ios-settings".
The "list" icon or "wifi" icon always render as the ios variants, even when prefixed with "md".
Edit: The "cog" icon used to be able to switch, but now cannot...