Home
last modified time | relevance | path

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

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java63 private static final String STANDARD_EVENT_SEARCH = "STANDARD_EVENT_SEARCH"; field in RNBranchModule
311 constants.put(STANDARD_EVENT_SEARCH, BRANCH_STANDARD_EVENT.SEARCH.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m120 @"STANDARD_EVENT_SEARCH": BranchStandardEventSearch,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js923 STANDARD_EVENT_SEARCH: { type: 'string' }, property