-/:;()$&@“.,?!’
-/:;()$&@“.,?!’
Require cycle: node_modules/react-native-fbads/dist/lib/index.js -> node_modules/react-native-fbads/dist/lib/native-ads/withNativeAd.js -> node_modules/react-native-fbads/dist/lib/index.js Require cycles are allowed, but can result in uninitialized values. Consider refactoring to remove the need for a cycle. Got It to, is...
I think we need to manual update "node_modules/react-native-fbads/dist/lib/native-ads/withNativeAd.js" file from : `import { AdIconView, MediaView } from '../index';` to : ``` import { MediaView } from './MediaViewManager'; import { AdIconView...
Ok, thank you for the information. But, when i try to load the banner why i's always failed. I'm using banner view. And i add callback onAdFailedToLoad then i got...