react-native-fbads icon indicating copy to clipboard operation
react-native-fbads copied to clipboard

While trying to resolve module

Open Bimbimz opened this issue 3 years ago • 0 comments

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

Bimbimz avatar Oct 04 '22 20:10 Bimbimz