我只是转移了我的应用程序从博览会cliReact原生cli,转移后面临的问题,获得组件错误和一些其他像下面:-
Error: Failed to create a worklet. Did you forget to add Reanimated Babel plugin in babel.config.j
我已经添加到巴别塔配置文件。
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['react-native-reanimated/plugin', 'nativewind/babel'],
};
需要一些帮助来解决这个问题。和一些其他的。
1条答案
按热度按时间wlsrxk511#
我也有同样的问题。这解决了我的问题:
1-npm iReact-原生-复活。
2-在Babel配置文件中:
插件:[...'React-本机-已重新设置动画/插件',],
3-npx博览会开始--清除