Home
last modified time | relevance | path

Searched defs:captureRef (Results 1 – 9 of 9) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI49_0_0RNViewShot.m44 ABI49_0_0RCT_EXPORT_METHOD(captureRef:(nonnull NSNumber *)target category
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI48_0_0RNViewShot.m44 ABI48_0_0RCT_EXPORT_METHOD(captureRef:(nonnull NSNumber *)target category
/expo/ios/Exponent/Versioned/Core/Api/ViewShot/
H A DRNViewShot.m44 RCT_EXPORT_METHOD(captureRef:(nonnull NSNumber *)target category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ViewShot/
H A DABI47_0_0RNViewShot.m44 ABI47_0_0RCT_EXPORT_METHOD(captureRef:(nonnull NSNumber *)target category
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java77 public void captureRef(int tag, ReadableMap options, Promise promise) { in captureRef() method in RNViewShotModule
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java73 public void captureRef(int tag, ReadableMap options, Promise promise) { in captureRef() method in RNViewShotModule
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java73 public void captureRef(int tag, ReadableMap options, Promise promise) { in captureRef() method in RNViewShotModule
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/
H A DRNViewShotModule.java77 public void captureRef(int tag, ReadableMap options, Promise promise) { in captureRef() method in RNViewShotModule
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js1052 captureRef: { type: 'function', functionType: 'promise' }, property