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

Official React Native package that adds Appodeal SDK support to your react-native application.

Results 21 react-native-appodeal issues
Sort by recently updated
recently updated
newest added

Any plans to support native ads?

enhancement

Appodeal.forceShowConsentDialog((consent: AppodealConsentStatus, regulation: AppodealConsentRegulation) => { // Initialise Appodeal SDK here const adTypes = AppodealAdType.INTERSTITIAL; const consents = true; Appodeal.setAutoCache(AppodealAdType.INTERSTITIAL, true); Appodeal.setTesting(true); Appodeal.setLogLevel(AppodealLogLevel.DEBUG); Appodeal.setOnLoadedTriggerBoth(true); Appodeal.initialize('my_id') }) i have followed the...

Hello, I followed the installation instructions and during the initialization I get an error from the title (picture no. 1). ![image](https://user-images.githubusercontent.com/40274845/146689460-99f58809-5d42-4986-bbcf-2971087dfa97.png) In the picture below (no. 2) are the changes...

I need to show a banner in multiple places in my app. But as far as a banner displayed at one place it will not shows on another, even on...

Hi, i'm trying to Initialize Appodeal. But why a few seconds later I got a warning like this? _WARN Sending `onRewardedVideoLoaded` with no listeners registered. WARN Sending `onBannerLoaded` with no...

Expo Dev Builds allow custom [config plugins](https://docs.expo.dev/guides/config-plugins/) which lets you use native modules. Could it be possible to integrate Appodeal with these config plugins while staying within the Expo Managed...

Upon attempting to compile the app, we encountered the following error: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. >...

Hi, On first app launch on Android it always crash Logs: ``` Fatal Exception: java.lang.NullPointerException: Parameter specified as non-null is null: method com.appodeal.ads.Appodeal.initialize, parameter context at com.appodeal.ads.Appodeal.initialize(:2) at com.appodeal.rnappodeal.RNAppodealModule.initializeWithAppKey(RNAppodealModule.java:75) at...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies