Home
last modified time | relevance | path

Searched refs:withBranchAndroid (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-branch/plugin/build/
H A DwithBranchAndroid.js3 exports.setBranchApiKey = exports.getBranchApiKey = exports.withBranchAndroid = void 0;
7 const withBranchAndroid = (config) => { function
13 exports.withBranchAndroid = withBranchAndroid;
H A DwithBranchAndroid.d.ts3 export declare const withBranchAndroid: ConfigPlugin; constant
H A DwithBranch.js8 config = (0, withBranchAndroid_1.withBranchAndroid)(config);
/expo/packages/expo-branch/plugin/src/
H A DwithBranch.ts3 import { withBranchAndroid } from './withBranchAndroid';
9 config = withBranchAndroid(config);
H A DwithBranchAndroid.ts12 export const withBranchAndroid: ConfigPlugin = (config) => { constant