Home
last modified time | relevance | path

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

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java67 private static final String STANDARD_EVENT_SHARE = "STANDARD_EVENT_SHARE"; field in RNBranchModule
315 constants.put(STANDARD_EVENT_SHARE, BRANCH_STANDARD_EVENT.SHARE.getName()); in getConstants()
/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DRNBranch.m124 @"STANDARD_EVENT_SHARE": BranchStandardEventShare,
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js924 STANDARD_EVENT_SHARE: { type: 'string' }, property