Home
last modified time | relevance | path

Searched refs:INIT_SESSION_START (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranchEventEmitter.m78 * (RNBranch.INIT_SESSION_START).
H A DRNBranch.m102 @"INIT_SESSION_START": kRNBranchInitSessionStart,
210 * (RNBranch.INIT_SESSION_START).
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java51 private static final String INIT_SESSION_START = "INIT_SESSION_START"; field in RNBranchModule
293 constants.put(INIT_SESSION_START, RN_INIT_SESSION_START_EVENT); in getConstants()
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js893 INIT_SESSION_START: { type: 'string' }, property