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

在componentDidMount方法中获取到的this.navigator是undefined,请问我该如何跳转页面?

/node_modules/teaset/node_modules/react-native-deprecated-custom-components/src/Navigator.js`: Module `rebound` does not exist in the Haste module map

从2切换到3时,高亮2,从3切换到2时,高亮3 总是慢了一步。

iOS 从RN跳转到原生,再返回到RN后,Select的弹窗就弹不出来了。

是否应该修改为 renderSeparator(type) { let separatorStyle = { backgroundColor: Theme.rowSeparatorColor, height: Theme.rowSeparatorLineWidth, }; let indentViewStyle = { backgroundColor: 'rgba(0,0,0,0)', paddingLeft: Theme.rowPaddingLeft, } if (React.isValidElement(type)) return type; switch (type) { case 'full':...

Hello rilyu, First of all, many thanks for you to provide this great UI library. I had a suggestion about this library. https://github.com/rilyu/teaset/blob/d36cb7bcd1715f9277651f81ada95bee7d5b914d/components/PullPicker/PullPickerView.js#L56-L59 Here, I want you to add something...