UNPKG

config-plugin-react-native-auth0

Version:
7 lines (6 loc) 267 B
import { ConfigPlugin } from "@expo/config-plugins"; import type { Auth0PluginProps } from "./whitAuth0"; export declare const withAuth0Android: ConfigPlugin<Auth0PluginProps>; export declare const withAuth0AppBuildGradle: ConfigPlugin<{ auth0Domain: string; }>;