Initializes the AATKit library. Should be called once during application initialization before any other calls to AATKit.
initWithConfiguration(initConfig)
The JSON object containing configuration. Set parameters listed , otherwise AATKit uses default values.
RNAatkit.initWithConfiguration({
testModeAccountID: 136
});