corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

Feature: Ability to set badge number to display above icon like TabBarIOS #34

Closed meric426 closed 9 years ago

mohammedhammoud commented 9 years ago

Hello @meric426! Try to use badgeValue. Example: badgeValue={this.state.notifCount}

meric426 commented 9 years ago

@iktw well look at that :smile: