Closed wikimo closed 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
Same here!
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.
use icon like
but the icon in iphone 6 plus not clear, blurred. thanks