Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While trying to resolve module #334

Open
Bimbimz opened this issue Oct 4, 2022 · 0 comments
Open

While trying to resolve module #334

Bimbimz opened this issue Oct 4, 2022 · 0 comments

Comments

@Bimbimz
Copy link

Bimbimz commented Oct 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant