listenzz / hybrid-navigation

React Native Navigation that supports seamless navigation between Native and React.
MIT License
325 stars 37 forks source link

如何设置tabbar的图片大小? #36

Closed VictorYuan666 closed 6 years ago

VictorYuan666 commented 6 years ago

tabItem: { // 底部 TabBarItem 可配置项 title: 'Style', icon: Image.resolveAssetSource(require('../../images/tabHomeActive.png')), inactiveIcon: Image.resolveAssetSource(require('../../images/tabHomeInactive.png')), hideTabBarWhenPush: true, }, 这里有可以设置宽高或者缩放的属性么?

listenzz commented 6 years ago

暂时没有