Home
last modified time | relevance | path

Searched refs:STANDARD_EVENT_START_TRIAL (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java77 private static final String STANDARD_EVENT_START_TRIAL = "STANDARD_EVENT_START_TRIAL"; field in RNBranchModule
327 constants.put(STANDARD_EVENT_START_TRIAL, BRANCH_STANDARD_EVENT.START_TRIAL.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m135 @"STANDARD_EVENT_START_TRIAL": BranchStandardEventStartTrial
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js926 STANDARD_EVENT_START_TRIAL: { type: 'string' }, property