Questions tagged [react-native-fbads]

6 questions
1
vote
0 answers

Failed to resolve plugin for module "react-native-fbads" relative to [project dir]

react-native-fbads: 7.1.0 react-native: 0.68.2 I am using an eas build for a project that is part of a managed expo workflow. I am trying to integrate Facebook ads into the app using react-native-fbads. After following their expo installation…
0
votes
0 answers

Problem implementing Native Ads using 'react-native-fbads:v7.0.5' library

I'm facing problem implementing NativeAds using this library. I've followed what the docs say (Link here), but what I have in the code is deferent from what the documentation says. 1- I created a file for the Native Ad component : import React from…
0
votes
0 answers

Unable to resolve module react-native-fbads could not be found within the project or in these directories

Unable to resolve module react-native-fbads from D:\BetaApps\DemoApp\allFiles\Screens\HomeScreen.js: react-native-fbads could not be found within the project or in these directories: node_modules Getting this error again and again i have already…
0
votes
0 answers

How to show fb ads in the app using react-native-fdsdk

{"_dispatchInstances": {"_debugHookTypes": null, "_debugNeedsRemount": false, "_debugOwner": {"_debugHookTypes": null, "_debugNeedsRemount": false, "_debugOwner": [FiberNode], "_debugSource": undefined, "actualDuration": 10.829420983791351,…
Rover
  • 661
  • 2
  • 18
  • 39
0
votes
1 answer

'react-native-fbads' throws error saying this package itself specifies a `main` module field that could not be resolved

I have integrated react-native-fbads in my React Native application. Now when i run the application, it runs and then shows this following error: Error: While trying to resolve module `react-native-fbads` from file…
Tanmoy Sarker
  • 1,176
  • 2
  • 14
  • 38
0
votes
0 answers

Unable to build project after adding facebook ads in react native

I have used both react-native-fbads and react-native-ads-facebook . I also followed all the steps for installation (added react-native-fbsdk etc.) , but whenever I build the project I get the following error. * What went wrong: Could not determine…