微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

尝试将react-native-web与现有的react-native移动应用程序集成

如何解决尝试将react-native-web与现有的react-native移动应用程序集成

我正在尝试将react-native-web实现到现有的RN应用中。我设置了unimodules,现在可以使用expo API,但是,当我运行expo start:web时,遇到了以下错误

web  Failed to compile.
/Users/Josh/Desktop/Coding/ArkMortgage/SAIL_2_RN/node_modules/victory-native/lib/components/victory-axis.js 10:22
Module parse Failed: Unexpected token (10:22)
You may need an appropriate loader to handle this file type,currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| 
| export default class extends VictoryAxis {
>   static defaultProps = Object.assign({},VictoryAxis.defaultProps,{
|     axisComponent: <Linesegment/>,|     axisLabelComponent: <VictoryLabel/>,

我不确定如何正确设置webpack来处理此错误,非常感谢您的帮助

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。