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

ActionSheet 字体颜色可以修改么?

我是这么解决的 Toast.show({ overlayPointerEvents:'box-none', duration: 1000000, }); 修改OverlayView文件 render函数中Animated.View的pointerEvents={this.overlayPointerEvents} 就可以正常触发事件了

"teaset": "^0.6.3" "react": "16.8.3", "react-native": "0.59.8", 当select宽度比较小,比如:100,又放在屏幕最左边时 下拉的option的文本较长时,option的内容被遮挡,请问如何解决呢

react-native 0.59.10 上使用demo中的语法measure报错

如何在 this.navigator.push({view:< BookDetail/>}) 跳转时取消动画效果。

Hi all, i don't have no idea to make navigation to other segmented sheet with other button. So the case is i have button confirmation in sheet 1, when i...

此函数计算 滚动条位置不正确,相见以下代码 updateIndicator() { if (!this._indicatorX || !this._indicatorWidth) return; ... if (this.props.autoScroll && this.refs.scrollView) { let contextWidth = 0; this._buttonsLayout.map(item => contextWidth += item.width); let x = indicatorXValue + indicatorWidthValue...

![image](https://user-images.githubusercontent.com/9779970/63590396-41458f00-c5de-11e9-9a68-fca80ea269ee.png)