expo-branch
Version:
A unimodule wrapping react-native-branch, enabling its use in Expo managed workflow
6 lines (5 loc) • 351 B
TypeScript
import { ExpoConfig } from 'expo/config';
import { ConfigPlugin, InfoPlist } from 'expo/config-plugins';
export declare const withBranchIOS: ConfigPlugin;
export declare function getBranchApiKey(config: Pick<ExpoConfig, 'ios'>): string | null;
export declare function setBranchApiKey(config: Pick<ExpoConfig, 'ios'>, infoPlist: InfoPlist): InfoPlist;