redbaron76 / navbar-native

a fully customizable navbar component for React-Native
90 stars 24 forks source link

Add icon size support #7

Closed Yi-Z0 closed 8 years ago

Yi-Z0 commented 8 years ago

add icon size support

right={{
              icon: "star",
              iconFamily: "FontAwesome",
              iconSize: 10,
              onPress: () => {alert('Search!')}
         }}