UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

4 lines (3 loc) 182 B
import { ConfigPlugin } from '@expo/config-plugins'; import { AppAuthProps } from '../types'; export declare const withAppAuthAppBuildGradle: ConfigPlugin<AppAuthProps | undefined>;