0.2.2 • Published 10 months ago

expo-applovin-ads v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Applovin Ads For Expo

Use Applovin Plugin for Expo (without prebuild)

See example at https://github.com/n0xgg04/expo-applovin-ads-example

I. Installation

npm install expo-applovin-ads react-native-applovin-max

or Yarn:

yarn add expo-applovin-ads react-native-applovin-max

II. Add to app.json

Add to your app.json:

  "plugins": [
    ...other plugins,
    [
        "expo-applovin-ads/expo",
        {
          "apiKey": "YOUR_AD_REVIEW_KEY_HERE"
        }
    ]
]

Get keys on Applovin Account Tab. Click here

III. Add script to package.json (Optional: Do this if you application supports iOS)

  • Hook for EAS Build iOS
    "eas-build-post-install": "node ./node_modules/expo-applovin-ads/scripts/eas-build-post-install-script.js",

Now, you have to build a development build and install it on a device before run dev client

eas build --platform android --clean

If you don't know how to use EAS? Read on Expo Docs

IV. Integration

Add to root component:

import {AppLovinMAX, Configuration } from 'react-native-applovin-max';

AppLovinMAX.initialize("YOUR_SDK_KEY_HERE").then((conf: Configuration) => {
}).catch();

See more

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago