| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 7 animateCamera: { type: 'function', functionType: 'async' }, property 8 animateToRegion: { type: 'function', functionType: 'async' }, property 11 fitToElements: { type: 'function', functionType: 'async' }, property 13 getCamera: { type: 'function', functionType: 'promise' }, property 19 setCamera: { type: 'function', functionType: 'async' }, property 27 redraw: { type: 'function', functionType: 'async' }, property 96 log: { type: 'function', functionType: 'async' }, property 102 pause: { type: 'function', functionType: 'async' }, property 103 play: { type: 'function', functionType: 'async' }, property 104 reset: { type: 'function', functionType: 'async' }, property [all …]
|
| H A D | internalExpoModules.js | 3 getSessionAsync: { type: 'function', functionType: 'async' }, property 4 removeSessionAsync: { type: 'function', functionType: 'async' }, property 5 setSessionAsync: { type: 'function', functionType: 'async' }, property 9 addListener: { type: 'function', functionType: 'async' }, property 10 removeListeners: { type: 'function', functionType: 'async' }, property
|
| H A D | setup.js | 46 if (property.functionType === 'promise') {
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI49_0_0EXNativeModuleIntrospection.m | 50 …NSString *functionType = [NSString stringWithCString:ABI49_0_0RCTFunctionDescriptorFromType(method… 52 methodDescriptions[methodName] = @{ @"type": functionType };
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI48_0_0EXNativeModuleIntrospection.m | 50 …NSString *functionType = [NSString stringWithCString:ABI48_0_0RCTFunctionDescriptorFromType(method… 52 methodDescriptions[methodName] = @{ @"type": functionType };
|
| /expo/ios/Exponent/Versioned/Core/Internal/ |
| H A D | EXNativeModuleIntrospection.m | 50 …NSString *functionType = [NSString stringWithCString:RCTFunctionDescriptorFromType(method.function… 52 methodDescriptions[methodName] = @{ @"type": functionType };
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Internal/ |
| H A D | ABI47_0_0EXNativeModuleIntrospection.m | 50 …NSString *functionType = [NSString stringWithCString:ABI47_0_0RCTFunctionDescriptorFromType(method… 52 methodDescriptions[methodName] = @{ @"type": functionType };
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTBridgeMethod.h | 33 @property (nonatomic, readonly) ABI48_0_0RCTFunctionType functionType;
|
| H A D | ABI48_0_0RCTModuleMethod.mm | 507 - (ABI48_0_0RCTFunctionType)functionType 536 if (self.functionType == ABI48_0_0RCTFunctionTypePromise) { 612 ABI48_0_0RCTFunctionDescriptorFromType(self.functionType)];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTBridgeMethod.h | 33 @property (nonatomic, readonly) ABI49_0_0RCTFunctionType functionType;
|
| H A D | ABI49_0_0RCTModuleMethod.mm | 507 - (ABI49_0_0RCTFunctionType)functionType 536 if (self.functionType == ABI49_0_0RCTFunctionTypePromise) { 612 ABI49_0_0RCTFunctionDescriptorFromType(self.functionType)];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTBridgeMethod.h | 33 @property (nonatomic, readonly) ABI47_0_0RCTFunctionType functionType;
|
| H A D | ABI47_0_0RCTModuleMethod.mm | 507 - (ABI47_0_0RCTFunctionType)functionType 536 if (self.functionType == ABI47_0_0RCTFunctionTypePromise) { 612 ABI47_0_0RCTFunctionDescriptorFromType(self.functionType)];
|
| /expo/apps/jest-expo-mock-generator/ |
| H A D | App.js | 161 functionType: methods[methodName].type,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI49_0_0RCTCxxMethod.mm | 40 - (ABI49_0_0RCTFunctionType)functionType
|
| H A D | ABI49_0_0RCTNativeModule.mm | 60 …scs.emplace_back(method.JSMethodName, ABI49_0_0RCTFunctionDescriptorFromType(method.functionType));
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI48_0_0RCTCxxMethod.mm | 40 - (ABI48_0_0RCTFunctionType)functionType
|
| H A D | ABI48_0_0RCTNativeModule.mm | 59 …scs.emplace_back(method.JSMethodName, ABI48_0_0RCTFunctionDescriptorFromType(method.functionType));
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxModule/ |
| H A D | ABI47_0_0RCTCxxMethod.mm | 40 - (ABI47_0_0RCTFunctionType)functionType
|
| H A D | ABI47_0_0RCTNativeModule.mm | 59 …scs.emplace_back(method.JSMethodName, ABI47_0_0RCTFunctionDescriptorFromType(method.functionType));
|