Home
last modified time | relevance | path

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

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java64 private static final String STANDARD_EVENT_VIEW_ITEM = "STANDARD_EVENT_VIEW_ITEM"; field in RNBranchModule
312 constants.put(STANDARD_EVENT_VIEW_ITEM, BRANCH_STANDARD_EVENT.VIEW_ITEM.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m121 @"STANDARD_EVENT_VIEW_ITEM": BranchStandardEventViewItem,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js931 STANDARD_EVENT_VIEW_ITEM: { type: 'string' }, property