arniu / react-native-ionicons

Ionic icons for React Native
MIT License
42 stars 11 forks source link

Icons are always iOS icons #28

Open wisplite opened 1 year ago

wisplite commented 1 year ago

No matter what I prefix the 'name' prop with, Ionicons always renders the iOS version of the icon.

wisplite commented 1 year ago

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...