UNPKG

@embrace-io/react-native

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