oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.45k stars 2.12k forks source link

icon blurred, not clear with large fontSize #84

Closed wikimo closed 8 years ago

wikimo commented 8 years ago

use icon like

<Icon.TabBarItem
          title={I18n.t('list_title')}
          iconName="users"
          iconSize={9}
          selected={this.state.selectedTab === 'listTab'}
          onPress={() => {

            this.setState({
              selectedTab: 'listTab',
            });
          }}>
          {this._renderMyList()}
        </Icon.TabBarItem>

but the icon in iphone 6 plus not clear, blurred. thanks

tab-icons

alvaromb commented 8 years ago

Same here!

oblador commented 8 years ago

Dupe of https://github.com/oblador/react-native-vector-icons/issues/74 & https://github.com/oblador/react-native-vector-icons/issues/81

Upgrade to RN 0.17 and vector-icons 1.0.4.