rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

作者看到的话改一下吧

Visupervi opened this issue · comments

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

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