-
I have problem with screenshots. My app has 4 tabs and the UI test completes successfully. I want to have screenshot of the first 3 tabs identified by its accessibility identifier. But what I get is t…
-
Hi. I followed your instructions for getting started with react-native-icons and I've tested a basic icon and it worked.
``` javascript
```
If I try to customize the tabbar I get the following erro…
-
测试设备为 iPhone6s iOS9.2
4个按钮和中间+按钮,设置时候的顺序和显示的顺序不同
-
Why isn't there an example for NavigatorIOS? Is it the same as TabBariOS? If so, what about the installing instructions?
-
use icon like
```
{
this.setState({
selectedTab: 'listTab',
});
}}>
{this._renderMyList()}
```
but the icon in iphone 6 plus not …
-
Original issue by @davidrothera - Imported from fastlane/snapshot#215
When using the snapshot helper on an application th…
-
1. 在模拟器上,开屏后再点击第一个TabBarItem靠左侧区域变暗背景,收不回来,iOS8,9都会出现该现象
2. 并且在我的6s真机上测试,开屏后,点击+号左侧任意的TabBarItem都必定无法收回DCPathButtonItems,而点击左侧的空白背景区域则有一定概率收不回。
以上是我的粗略测试。
-
I'm trying to display some Ionicons inside a `TabBarIOS`
``` es6
import React, { TabBarIOS } from 'react-native'
import Ionicon from 'react-native-vector-icons/Ionicons'
import { ED_AUBERGINE } from …
-
![image](https://cloud.githubusercontent.com/assets/679897/11864710/f87ea690-a4d9-11e5-86ad-109190ecd3d9.png)
as you can see, icon in `Icon.TabBarItem` has the wrong size (or right size with wrong res…
filod updated
8 years ago
-
有 [童鞋](http://weibo.com/tekuba?from=feed&loc=nickname) 发现了一个 bug:
> 发现了一个bug,当ViewController设置的self.title和tabBarItemsAttributes中对应的title不一致的时候,会出现如图的错误,排序不对了。Debug的时候发现会多执行了自定义TabBar的layoutSubviews方法…