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

react: 0.69.1 滑动的时候无法到对应的 item,会直接滚动到最底部,或者最顶部,不知道是不是新版本动画兼容有问题

react-native:0.59.1 teaset:0.6.3 通过使用Overlay.PopView封装了一个气泡卡片组件,在IOS中可以正常触发点击事件,但在安卓系统上无效。

那几个大UI库我觉得还不如这个好用,高版本RN这个库只能拖到本地用了,因为需要改代码才能正常使用。我现在用的RN0.67。不知道后面还会有什么问题。

文件 components/ListRow/TouchableOpacity.js 修改 import Easing from 'react-native/Libraries/Animated/src/Easing'; 为 import Easing from 'react-native/Libraries/Animated/Easing';

components/ListRow/TouchableOpacity.js中 Easing组件在新版的react-native包中的位置是"react-native/Libraries/Animated/Easing" 按原来的"react-native/Libraries/Animated/src/Easing"会出错

version diff ### 0.62 ``` export type PressabilityConfig = $ReadOnly ?EdgeInsetsProp, /** * Returns the duration to wait after hover in before activation. */ getHoverInDelayMS?: ?() => ?number, /** *...

> **When I completed the operation according to the document example, an error was reported:** ![image](https://user-images.githubusercontent.com/16655229/99472190-12ee6500-2983-11eb-9f17-9d8a87d704b0.png) > Delete Modules and reinstall yarn android: ![image](https://user-images.githubusercontent.com/16655229/99473016-b7bd7200-2984-11eb-941a-e89fb9938643.png)

iphone12系列刘海适配,只有Pro Max适配有问题,其他正常