@embrace-io/react-native
Version:
A React Native wrapper for the Embrace SDK
29 lines (28 loc) • 1.17 kB
TypeScript
import Wizard from "../util/wizard";
export declare const androidEmbraceGradlePluginDependencyRE: RegExp;
export declare const androidEmbraceLegacySwazzler: RegExp;
export declare const androidEmbraceGradlePluginDependency = "classpath \"io.embrace:embrace-gradle-plugin:${findProject(':embrace-io_react-native').properties['emb_android_sdk']}\"";
export declare const patchBuildGradle: {
name: string;
run: (_wizard: Wizard) => Promise<any>;
docURL: string;
};
export declare const androidEmbraceGradlePluginApplyRE: RegExp;
export declare const androidEmbraceGradlePluginApply = "apply plugin: 'io.embrace.gradle'";
export declare const androidEmbraceLegacySwazzlerRE: RegExp;
export declare const androidEmbraceLegacySwazzlerApply = "apply plugin: 'embrace-swazzler'";
export declare const patchAppBuildGradle: {
name: string;
run: (_wizard: Wizard) => Promise<any>;
docURL: string;
};
export declare const createEmbraceJSON: {
name: string;
run: (wizard: Wizard) => Promise<any>;
docURL: string;
};
export declare const patchMainApplication: {
name: string;
run: (wizard: Wizard) => Promise<any>;
docURL: string;
};