-
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
麻烦兼容下rn 0.64.0 #444
Comments
可以直接这样更改,新旧RN版本都兼容
嫌麻烦可以用下我的私包,不过相比原项目改动较多 |
我这边改过了,目前不报错了,但是还是没有任何效果 |
我已经解决了,使用 本来是想要使用 Toast.message('Toast message'); 这个方法,但是没有办法显示,后面加了一下参数,使用的是自定义部分的就OK了 showCustom() { hideCustom() { |
|
@letterz 这个我是在线上用的,包不行的话,你用着patch-package改下原包也行 |
怎么操作呀,我是小萌新,这些东西我不是很懂,如果有什么教程链接的话,可以给我发过来我再弄着试试
…------------------ 原始邮件 ------------------
发件人: "rilyu/teaset" ***@***.***>;
发送时间: 2021年7月5日(星期一) 上午9:51
***@***.***>;
***@***.******@***.***>;
主题: Re: [rilyu/teaset] 麻烦兼容下rn 0.64.0 (#444)
@letterz 这个我是在线上用的,包不行的话,你用着patch-package改下原包也行
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
这个teaset不能用对我来说还是挺麻烦的,作为一个新人现在在一个团队里面做事,负责前端,弄不出来就很尴尬
…------------------ 原始邮件 ------------------
发件人: "rilyu/teaset" ***@***.***>;
发送时间: 2021年7月5日(星期一) 上午9:51
***@***.***>;
***@***.******@***.***>;
主题: Re: [rilyu/teaset] 麻烦兼容下rn 0.64.0 (#444)
@letterz 这个我是在线上用的,包不行的话,你用着patch-package改下原包也行
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你百度下patch-package不早就出来了 |
补充一下: |
https://juejin.cn/post/6962554654643191815 |
Hi, Does someone know how to solve this issue Unable to resolve module react-native/Libraries/Animated/src/AnimatedEvent ? |
change:
|
文件
components/ListRow/TouchableOpacity.js
修改
import Easing from 'react-native/Libraries/Animated/src/Easing';
为
import Easing from 'react-native/Libraries/Animated/Easing';
The text was updated successfully, but these errors were encountered: