react-native-fbads
react-native-fbads copied to clipboard
While trying to resolve module
Error: While trying to resolve module react-native-fbads
"react-native": "0.70.1", "react-native-fbads": "^7.1.0",
i got this error while pasting:
<BannerView />
or AdSettings
iam try this:
module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }), }, resolver: { sourceExts: ['jsx', 'js', 'ts', 'tsx', 'cjs', 'json'] //add here }, };
but still getting error