UNPKG

@react-native-firebase/app-check

Version:

React Native Firebase - App Check

7 lines (6 loc) 447 B
import { ConfigPlugin } from '@expo/config-plugins'; import { AppDelegateProjectFile } from '@expo/config-plugins/build/ios/Paths'; export declare function modifyObjcAppDelegate(contents: string): string; export declare function modifySwiftAppDelegate(contents: string): string; export declare function modifyAppDelegateAsync(appDelegateFileInfo: AppDelegateProjectFile): Promise<void>; export declare const withFirebaseAppDelegate: ConfigPlugin;