-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-native 0.64.0 不能正常使用 #446
Comments
react-native 0.64.0 不能正常使用 |
same here |
Have a look at #444 please |
问一下,teaset后续已经切到teaset-pro了吗? |
这个也不行啊 |
我来回复一下哈,下面这个方法可以解决了,大家看下这个解决方法,暂时顶一下。 文件 |
这报错的问题可以修改
文件
components/ListRow/TouchableOpacity.js
修改
import Easing from 'react-native/Libraries/Animated/src/Easing';
为
import Easing from 'react-native/Libraries/Animated/Easing';
这个方法还是可以用的
------------------ 原始邮件 ------------------
发件人: "rilyu/teaset" ***@***.***>;
发送时间: 2021年5月9日(星期天) 晚上8:31
***@***.***>;
***@***.******@***.***>;
主题: Re: [rilyu/teaset] react-native 0.64.0 不能正常使用 (#446)
@BadtzMaru @chenyunshan @huangx1024 @basicButtons
teaset-pro 先拿这个顶一顶。
这个也不行啊
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@kobeyk demo(example) 跑起来有什么问题吗? |
不报错,使用Toast,没出来效果 |
@kobeyk 我这边是用RN0.64 + teaset-pro 0.8.4 在 Android 上做的测试, Toast 是正常的,你是用 Android 还是 iOS 测试的?方便的话可以提供一个最小 demo 吗? |
你仓库的example运行是正常的,我这边也是0.64+,android上测试的,我初始化了一个项目引入了teaset-pro0.8.4,上传到gitee了,你有时间可以跑下,看下是不是哪里没有用对,地址是:https://gitee.com/appleyk/teaset-sample |
<TopView>
<View style={{padding: 5}}>
<Button
title="Toast Test"
onPress={() => Toast.message('Test', 5000, 'center')}
/>
<Button
title="Toast Test"
onPress={() => Toast.message('测试测试测试')}
/>
</View>
</TopView> 如果你不用 |
好的,明白了,非常感谢! |
react-native 0.64.0 不能正常使用
The text was updated successfully, but these errors were encountered: