【发布时间】:2023-02-25 04:16:38
【问题描述】:
我在我的 React 本机应用程序中插入 Facebook 广告。我已经安装react-native-fbsdk-next并设置它。我对此没有任何问题。
现在我已经安装了反应本机 fbads根据文档,但我收到此错误:
Error: While trying to resolve module `react-native-fbads` from file `Component File`, the package `PATH/node_modules/react-native-fbads/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`PATH/node_modules/react-native-fbads/dist/lib/index.js`. Indeed, none of these files exist:
谁能帮我解决这个问题?我试过在 metro.config.js 中添加这个
resolver: {
sourceExts: ['jsx', 'js', 'ts', 'tsx', 'cjs'],
},
【问题讨论】:
标签: android reactjs react-native