Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 368 Bytes

File metadata and controls

12 lines (10 loc) · 368 Bytes

Getting Started

Within the root of your React Native project, open the app.json or (if using Expo) app.config.js file and add the following keys with the IDs from the Tapsell console:

{
  "react-native-tapsell-mediation": {
    "TapsellMediationAppKey": "xxxxxxxx",
    "TapsellMediationAdmobAdapterSignature": "ca-app-pub-xxxxxxxx~xxxxxxxx"
  }
}