UNPKG

@embrace-io/react-native

Version:
10 lines (9 loc) 644 B
import { ConfigPlugin } from "@expo/config-plugins"; import { EmbraceProps } from "./types"; declare const withAndroidEmbraceJSONConfig: ConfigPlugin<EmbraceProps>; declare const withAndroidEmbraceGradlePluginDependency: ConfigPlugin<EmbraceProps>; declare const withAndroidEmbraceApplyGradlePlugin: ConfigPlugin<EmbraceProps>; declare const withAndroidEmbraceOnCreate: ConfigPlugin<EmbraceProps>; declare const withAndroidEmbrace: ConfigPlugin<EmbraceProps>; export default withAndroidEmbrace; export { withAndroidEmbraceJSONConfig, withAndroidEmbraceGradlePluginDependency, withAndroidEmbraceApplyGradlePlugin, withAndroidEmbraceOnCreate, };