UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

6 lines (5 loc) 132 B
interface ExpoConfig { sdkVersion?: string; } export declare const isExpo53OrLater: (config: ExpoConfig) => boolean; export {};