teaset icon indicating copy to clipboard operation
teaset copied to clipboard

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

Results 102 teaset issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/34397383/71712941-755d7600-2e42-11ea-9852-988ce8f277e9.png)

根据给出的简单用法,不知道如何可以修改每个item的样式 let items = [ 'Apple', 'Banana', 'Cherry', 'Durian', 'Filbert', ]; PullPicker.show( 'Select item', items, this.state.selectedIndex, (item, index) => this.setState({selectedIndex: index}) );

![Screenshot_1587449881](https://user-images.githubusercontent.com/52995414/79831907-e8333280-83da-11ea-9bef-308f010980e8.png)

说白了就是两个ScrollView嵌套手势冲突,作者有打算把这个问题处理一下吗?

样式的可自定义性不强, 很多样式只提供了颜色大小的修改, 无法通过props传入其他属性以覆盖原样式

组件十分好用,有些问题可以大家一起交流,请问作者有交流的群没有。

ActionPopoverItem.js 第 15 行 title 类型支持 element ``` static propTypes = { ...TouchableOpacity.propTypes, title: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.number]), leftSeparator: PropTypes.bool, rightSeparator: PropTypes.bool, }; ``` ActionPopoverView.js 第 18 行 title 类型只支持 string...

可以整个react可以使用的版本吗

"react-native": "0.61.5", "react-native-fast-image": "^8.1.5", 默认点开的时候最后一个图片跑 第一页去了产生了重叠,只有滑动的时候,才切换到正确的图片 ![image](https://user-images.githubusercontent.com/26360254/79106030-4e4d0380-7da4-11ea-865c-d61c122d29a4.png) ![image](https://user-images.githubusercontent.com/26360254/79106058-5a38c580-7da4-11ea-970c-a477a79b0f37.png)

react native 0.62.1 teaset 0.7.4 index.js ![image](https://user-images.githubusercontent.com/19523478/78848203-a3ef7c00-7a43-11ea-9751-c3ac45cf4c08.png) 引入任何组件后都会报错 LogBox must be enabled before AppContainer