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

async componentDidMount() { let overlayView = ( (this.overlayView = v)} > 2222222222222 ); Overlay.show(overlayView);

input标签禁用,在ios中‘disabled={true}’没有问题,但是在安卓,只是文本颜色变色啦,依然可以弹起软键盘,编辑文本。input继承啦textInput的属性。所以,在安卓,必须得使用原生的editable={false},才可以起到禁用的作用。

在新版的react-native/Library/Animate下没有src,所以要修改teaset下面的components/ListRow/TouchableOpcity.js下面的路径 为 import Easing from 'react-native/Libraries/Animated/Easing';

On pullView, modal = {false} do not take effect;

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

增加一个blockTouch参数,支持在弹出框的情况下,让区域外的touch事件可以穿透

单RN Bridge、多RCTRootView 的模式使用RN,一旦打开过新的RCTRootView,再返回第一级RCTRootView后,使用了 Draw 包裹的组件全部不能点击了