alinz / react-native-tabbar

Tab bar with more freedom
MIT License
265 stars 49 forks source link

Custom Icon's text fontSize. #36

Closed nuqiewuoz closed 8 years ago

nuqiewuoz commented 8 years ago

now the text's font size is hard coded as 12,

      <View style={{ paddingTop: 5 }}>
        <Text style={{ fontSize: 12, color: color }}>{label}</Text>
      </View>

I think it's better to add a prop for the text style.

alinz commented 8 years ago

@nuqiewuoz completely agree, the new version let's you customize everything. the api has been changed alot. try it and give me some feedback. closing this ticket.