Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

adrop-ads-react-native

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adrop-ads-react-native

Adrop Ads

Source
npmnpm
Version
1.7.4
Version published
Weekly downloads
51
-13.56%
Maintainers
1
Weekly downloads
 
Created
Source

Adrop Ads Example - React Native

Example applications demonstrating how to integrate Adrop Ads SDK in React Native.

npm license platform typescript

Language: English | 한국어

Getting Started

Examples

Adrop Ads

Example
BannerBannerExample.tsx
Interstitial (Class)InterstitialAdClassExample.tsx
Interstitial (Hook)InterstitialAdHookExample.tsx
Rewarded (Class)RewardedAdClassExample.tsx
Rewarded (Hook)RewardedAdHookExample.tsx
NativeNativeAdExample.tsx
PopupPopupAdClassExample.tsx

Targeting

Example
Property & EventPropertyExample.tsx

Note: Requires adrop-ads-backfill module.

Example
Consent (GDPR/CCPA)ConsentExample.tsx

How to Run

1. Clone the repository

git clone https://github.com/OpenRhapsody/adrop-ads-react-native.git

2. Install dependencies

cd adrop-ads-react-native
yarn install

3. Add configuration file

Download adrop_service.json from Adrop Console and place it in:

Android:

example/android/app/src/main/assets/adrop_service.json

iOS:

Note: For iOS, you must add the configuration file through Xcode. Simply placing the file in the directory is not enough.

  • Open example/ios/AdropAdsExample.xcworkspace in Xcode
  • Drag and drop adrop_service.json into your project navigator
  • Make sure "Copy items if needed" is checked and the file is added to the target

4. Build and run

# Android
cd example
yarn android

# iOS
cd example/ios
pod install
cd ..
yarn ios

Keywords

react-native

FAQs

Package last updated on 22 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts