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

Weird Size issue in TabBarItem with react-native 0.17.0-rc #74

Closed filod closed 8 years ago

filod commented 8 years ago

image as you can see, icon in Icon.TabBarItem has the wrong size (or right size with wrong resolution), but it act normal when i place icon normal <View />

if i manually change the size of icon in Icon.TabBarItem, will get wrong position & resolution: image

just like the TabBarItem do not know how to display a @2x icon

any hint on this?

oblador commented 8 years ago

Thanks for the bugreport, fixed in 1.0.2.

filod commented 8 years ago

Great work!