Home
last modified time | relevance | path

Searched defs:getBranchApiKey (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-branch/plugin/build/
H A DwithBranchIOS.d.ts4 export declare function getBranchApiKey(config: Pick<ExpoConfig, 'ios'>): string | null; function
H A DwithBranchAndroid.d.ts4 export declare function getBranchApiKey(config: ExpoConfig): string | null; function
H A DwithBranchIOS.js12 function getBranchApiKey(config) { function
H A DwithBranchAndroid.js14 function getBranchApiKey(config) { function
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-branch/
H A DwithIosBranch.d.ts4 export declare function getBranchApiKey(config: Pick<ExpoConfig, 'ios'>): string | null; function
H A DwithAndroidBranch.d.ts4 export declare function getBranchApiKey(config: ExpoConfig): string | null; function
H A DwithIosBranch.js23 function getBranchApiKey(config) { function
H A DwithAndroidBranch.js29 function getBranchApiKey(config) { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/
H A DwithIosBranch.ts11 export function getBranchApiKey(config: Pick<ExpoConfig, 'ios'>) { function
H A DwithAndroidBranch.ts19 export function getBranchApiKey(config: ExpoConfig) { function
/expo/packages/expo-branch/plugin/src/
H A DwithBranchIOS.ts11 export function getBranchApiKey(config: Pick<ExpoConfig, 'ios'>) { function
H A DwithBranchAndroid.ts19 export function getBranchApiKey(config: ExpoConfig) { function