Open HY88883 opened 2 years ago
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
I faced same issue, Hope to get right answer as soon as possible. Thanks.
The same problem
Add some configuration to babel.config.js
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
[
require.resolve('babel-plugin-module-resolver'),
{
extensions: ['.js', '.png'],
alias: {
//
'react-native/Libraries/Animated/src/Easing': 'react-native/Libraries/Animated/Easing',
},
},
]
],
};
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
teaset@0.7.5
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.