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

Loading dependency graph, done. error: bundling failed: Error: Unable to resolve module `react-native/Libraries/Pressability/Pressability.js` from `/Users/admin/Documents/各有所爱/副本/vode/vodeApp/node_modules/teaset/components/ListRow/TouchableOpacity.js`: Module `react-native/Libraries/Pressability/Pressability.js` does not exist in the Haste module map

As Overlay introduces TopView as the new top element, the react-redux connect call won't find Provider element for any customised Overlay views added to TopView. One easy (but not ideal)...

feat: babel-plugin-import 加载

既然区分了 value和text, 视觉看到的是text,value只是附加值,类似id之类的 那么在对比选中时,如果有实现 getItemValue,getItemText,应该在getItemText()时, 判断 getItemText(items[i], i) === value,而不是 getItemValue(items[i], i) === value 望改正 ![image](https://user-images.githubusercontent.com/16556963/77875913-23cb5880-7284-11ea-95ee-75a8ab99da15.png)

NavigationPage返回按钮事件没有公开,并且只会调用this.navigator.pop() ![image](https://user-images.githubusercontent.com/16556963/77875733-88d27e80-7283-11ea-813c-c3a571a97f7e.png) 如果不想改源码,只能在页面中,重写navigator,例如 ![image](https://user-images.githubusercontent.com/16556963/77875747-8ec85f80-7283-11ea-82b2-1a210ec662a7.png)

``` react-native:0.59.2 react:16.8.3 teaset:0.6.3 react-native-router-flux:4.0.6 ``` 问题基本锁定在和react版本有关系,似乎大于16.0.0的版本以后一直有这个问题,以下是例子代码,进入画面3后,弹出对话框,点击对话框按钮,正确的情况下应该是对话框关闭,但是实际情况是关闭对话框的同时导致路由重置到了画面1 ~~[RN059.zip](https://github.com/rilyu/teaset/files/3021964/RN059.zip)

在一个页面中使用Drawer ,在抽屉打开的状态下用setState可控制Drawer的样式无效 必须关闭抽屉后再次打开,样式才会生效。我想在在抽屉打开的状态利用setState 改变Drawer的样式, 这如何能办到

{ console.log('pressIndex:',index) this.initTaskList({needLoading:true}) }); }}> {this.renderTaskList()} {/* {this.renderTaskList()} */}