当前位置:网站首页>Unhandled JS Exception: Unexpected identifier ‘_ classCallCheck‘. import call expects exactly one arg
Unhandled JS Exception: Unexpected identifier ‘_ classCallCheck‘. import call expects exactly one arg
2022-07-21 12:48:00 【Laugh and say threethousand】
One , The phenomenon
react-native Error reporting after project operation :
Unhandled JS Exception: Unexpected identifier ‘_classCallCheck’. import call expects exactly one argument. no stack
Two , Solution
One : upgrade metro-react-native-babel-preset edition by 0.59.0,yarn start --reset-cache restart
Two : modify abel.config.js take effect
from :
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
};
Change to
module.exports = {
presets: [['module:metro-react-native-babel-preset', {
unstable_disableES6Transforms: true
}]],
};
边栏推荐
- Leetcode 226. 翻转二叉树
- Pr 2022 22.5中文版
- POJ2308连连看dfs+bfs+优化
- Markdown syntax - mathematical expressions
- Regular expressions match all Chinese characters or characters with double quotation marks
- Introduction to informatization
- 布局---BFC(块级格式化上下文)详解
- 使用公网IP自建数据库这种DTS实例类型需要注意哪些点?
- 独立搭建个人博客除了云服务器,还需要哪些技术知识?
- visual studio输入!没有提示
猜你喜欢
Technology cloud report: cloud giant's midfield battle: PAAS and SaaS become key breaking points?
使用Unity Tilemap轻松制作2D瓦片地图-基础篇
Week 5 - Neural Networks and Neural Language Models
面对医疗纠纷应该这样做
机器学习-Kmeans
正则表达式匹配所有中文字符或者带有双引号的字符
SEO(Search Engine Optimization)搜索引擎优化
斥资2900万美元!以色列成立量子计算研发中心
可衡量的项目目标怎么设定?
H5在线CAD后台读写CAD文件
随机推荐
mysql强制走索引
go mod創建項目
@typescript-eslint/[email protected]
visual studio输入!没有提示
Introduction to informatization
机器学习-Kmeans
学习记录十六
Postgraduate entrance examination - Database
SEO(Search Engine Optimization)搜索引擎优化
可衡量的项目目标怎么设定?
Orepa: Ali proposed a heavy parameter strategy with fast training. The memory is halved and the speed is doubled | CVPR 2022
Spend 29million dollars! Israel establishes quantum computing research and Development Center
小程序如何正确引流?全网引流的3种姿势!
H5在线CAD后台读写CAD文件
From cloud native to intelligent, in-depth interpretation of the industry's first "best practice map of live video technology"
【电商运营】教你这几招,告别无效预设回复
布局---BFC(块级格式化上下文)详解
独立搭建个人博客除了云服务器,还需要哪些技术知识?
请问民生期货怎么样?安全吗?
What kind of product is Jetson TX2 NX? (how Jetson TX2 NX provides powerful energy efficiency)