configureDebugScreen

Overview

Sets debug screen configuration.

Syntax

configureDebugScreen(config)

config (REQUIRED)

The JSON object containing configuration. Set parameters listed here, otherwise AATKit uses default values.

Examples

RNAatkit.configureDebugScreen({
    title: "AATKit React Native Sample App",
    showAdvertisingId: false
});

Last updated