rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 482 forks source link

import Easing error #448

Open Visupervi opened 3 years ago

Visupervi commented 3 years ago

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

xiaowangwqx commented 3 years ago

成功解决了问题,rn0.64运行就报错,改了之后就成功运行了