-
tabbar使用改进,我觉得应该提供个props来改变选择的是哪个tab,不然不能动态改变初次渲染是选择哪个tab
-
```
Home
Message
```
使用的时候图标的位置不对,如图,跟大小没有关系
![qq 20170314094654](https://cloud.githubusercontent.com/assets/12163050/23882386/…
-
I'm trying to add both a bottom navigation and a top navigation. One of my ViewControllers should have a FABMenu on it, that's why I make it an AppMenuController.
I'm just guessing, and it's not wo…
-
有一个库和antd的结构不同,在lib目录下多了一个component目录,于是这样设置:
` "extraBabelPlugins": [
"transform-runtime",
["import", { "libraryName": "react-weui", "libarayDirectory": "lib/components" }]
],`
npm…
-
希望作者大大能支持一下tabBarItem能直接传image,而不只是name。想要动态配置一下item的image,我目前是在设置过image之后直接用childViewController来改的。
-
## Version
1.1.0 (React Native 0.37.0) - yarn 0.17.6
## Reproduction
```
const Avatar = styled.Image`
width: ${units.tabBarItem};
height: ${units.tabBarItem};
border-radius: ${units.t…
-
vux版本 2.0.2
![bug1](https://mirrorpal.github.io/fateFE/mobile/view/images/bug1.png)
![bug2](https://mirrorpal.github.io/fateFE/mobile/view/images/bug2.png)
-
怎么把中间特殊的按钮弄得跟两边大小一样?怎么弄两个这样不规则的按钮呢
-
'use strict';
import React, {
Component,
PropTypes
} from 'react';
import {
StyleSheet,
View,
Text,
TabBarIOS,
Dimensions,
Navigator,
} …
-
I try to set image on tab bar, but it won't come
Its come like this
![simulator screen shot 16 nov 2016 13 28 25](https://cloud.githubusercontent.com/assets/10630354/20339191/f610f4a6-ac00-11e6-93…