Initialization
Import and configure AATKit
Import modules
import {
RNAatkit,
RNAatkitBanner,
RNAatkitNativeAd
} from '@addapptr/react-native-aatkit'Initialize AATKit
componentWillMount() {
RNAatkit.initWithConfiguration({
testModeAccountID: 136,
consent: {
type: RNAatkit.ConsentType_ManagedCMPGoogle
}
});
}Add optional networks
Android
iOS
Last updated