arniu / react-native-ionicons

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

Is there any update to the new Ionicons version? #25

Open unit-002 opened 3 years ago

unit-002 commented 3 years ago

currently Icons are not showing, Icons name different from the updated Ionicons icons,

using below doesn't show anything, manual linking has no effect.

<Icon name="add" />
or
<Icon ios="ios-add" android="md-add" />

is the package dead?