UNPKG

expo-branch

Version:

A unimodule wrapping react-native-branch, enabling its use in Expo managed workflow

6 lines (5 loc) 397 B
import { ExpoConfig } from 'expo/config'; import { AndroidConfig, ConfigPlugin } from 'expo/config-plugins'; export declare const withBranchAndroid: ConfigPlugin; export declare function getBranchApiKey(config: ExpoConfig): string | null; export declare function setBranchApiKey(config: ExpoConfig, androidManifest: AndroidConfig.Manifest.AndroidManifest): AndroidConfig.Manifest.AndroidManifest;