Setup
Add AATKit to your React Native app
NPM Installation
Install the package:
npm i @addapptr/react-native-aatkit
Follow additional steps to complete the installation for Android platform.
Android: Enable multidex if needed
Please see more information about multidex here.
Edit the
android/app/build.gradle
file:
Add this code to the
android/app/src/main/java/com/YOUR_PACKAGE/MainApplication.java
file:
Last updated