Home
last modified time | relevance | path

Searched refs:define (Results 1 – 25 of 247) sorted by relevance

12345678910

/expo/templates/expo-template-bare-minimum/ios/HelloWorld/
H A DAppDelegate.mm39 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
45 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
51 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
/expo/templates/expo-template-tv/ios/HelloWorld/
H A DAppDelegate.mm39 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
45 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
51 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJSIInstaller.mm12 Property name used to define the modules host object in the main object of the Expo JS runtime.
17 …Property name used to define the modules host object in the global object of the Expo JS runtime (…
60 …// Also define `global.ExpoModules` for backwards compatibility (used before SDK47, can be removed…
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJSIInstaller.mm12 Property name used to define the modules host object in the main object of the Expo JS runtime.
17 …Property name used to define the modules host object in the global object of the Expo JS runtime (…
60 …// Also define `global.ExpoModules` for backwards compatibility (used before SDK47, can be removed…
/expo/apps/fabric-tester/ios/fabrictester/
H A DAppDelegate.mm39 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
45 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
51 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJSIInstaller.mm12 Property name used to define the modules host object in the main object of the Expo JS runtime.
17 …Property name used to define the modules host object in the global object of the Expo JS runtime (…
60 …// Also define `global.ExpoModules` for backwards compatibility (used before SDK47, can be removed…
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJSIInstaller.mm12 Property name used to define the modules host object in the main object of the Expo JS runtime.
17 …Property name used to define the modules host object in the global object of the Expo JS runtime (…
60 …// Also define `global.ExpoModules` for backwards compatibility (used before SDK47, can be removed…
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaContext.mm4 #define ABI49_0_0RCT_USE_CODEGEN 1
6 #define ABI49_0_0RCT_USE_CODEGEN 0
/expo/ios/vendored/sdk47/react-native-safe-area-context/ios/
H A DABI47_0_0RNCSafeAreaContext.mm4 #define ABI47_0_0RCT_USE_CODEGEN 1
6 #define ABI47_0_0RCT_USE_CODEGEN 0
/expo/ios/vendored/sdk48/react-native-safe-area-context/ios/
H A DABI48_0_0RNCSafeAreaContext.mm4 #define ABI48_0_0RCT_USE_CODEGEN 1
6 #define ABI48_0_0RCT_USE_CODEGEN 0
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaContext.mm4 #define RCT_USE_CODEGEN 1
6 #define RCT_USE_CODEGEN 0
/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewManager.mm11 #define ABI49_0_0RNCView NSView
14 #define ABI49_0_0RNCView UIView
188 #define BASE_VIEW_PER_OS() UIView
190 #define BASE_VIEW_PER_OS() NSView
193 #define QUICK_RCT_EXPORT_COMMAND_METHOD(name) …
205 #define QUICK_RCT_EXPORT_COMMAND_METHOD_PARAMS(name, in_param, out_param) …
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewManager.mm11 #define RNCView NSView
14 #define RNCView UIView
188 #define BASE_VIEW_PER_OS() UIView
190 #define BASE_VIEW_PER_OS() NSView
193 #define QUICK_RCT_EXPORT_COMMAND_METHOD(name) …
205 #define QUICK_RCT_EXPORT_COMMAND_METHOD_PARAMS(name, in_param, out_param) …
/expo/ios/versioned/sdk48/EXJSONUtils/EXJSONUtils/
H A DNSDictionary+ABI48_0_0EXJSONUtils.m5 #define ABI48_0_0EXGetNonNullManifestValue(Type, key) \
13 #define ABI48_0_0EXGetNullableManifestValue(Type, key) \
/expo/packages/expo-json-utils/ios/EXJSONUtils/
H A DNSDictionary+EXJSONUtils.m5 #define EXGetNonNullManifestValue(Type, key) \
13 #define EXGetNullableManifestValue(Type, key) \
/expo/ios/versioned/sdk49/EXJSONUtils/EXJSONUtils/
H A DNSDictionary+ABI49_0_0EXJSONUtils.m5 #define ABI49_0_0EXGetNonNullManifestValue(Type, key) \
13 #define ABI49_0_0EXGetNullableManifestValue(Type, key) \
/expo/ios/versioned/sdk47/EXJSONUtils/EXJSONUtils/
H A DNSDictionary+ABI47_0_0EXJSONUtils.m5 #define ABI47_0_0EXGetNonNullManifestValue(Type, key) \
13 #define ABI47_0_0EXGetNullableManifestValue(Type, key) \
/expo/packages/expo-face-detector/ios/EXFaceDetector/
H A DEXCSBufferOrientationCalculator.m11 #define TRANSFORM_PI_2 CGAffineTransformMake(0, 1, -1, 0, 0, 0)
12 #define TRANSFORM_PI CGAffineTransformMake(-1, 0, 0, -1, 0, 0)
13 #define TRANSFORM_NEGATIVE_PI_2 CGAffineTransformMake(0, -1, 1, 0, 0, 0)
14 #define TRANSFORM_X_SYMETRY CGAffineTransformMake(1, 0, 0, -1, 0, 0)
15 #define TRANSFORM_Y_SYMETRY CGAffineTransformMake(-1, 0, 0, 1, 0, 0)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTDatePicker.m17 #define __IPHONE_14_0 140000
21 #define ABI48_0_0RCT_IOS_14_0_SDK_OR_LATER (__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTDatePicker.m17 #define __IPHONE_14_0 140000
21 #define ABI47_0_0RCT_IOS_14_0_SDK_OR_LATER (__IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_14_0)
/expo/packages/@expo/config-plugins/src/ios/__tests__/__snapshots__/
H A DMaps-test.ts.snap47 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
53 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
59 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
113 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
119 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
125 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
179 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
185 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
191 // Explicitly define remote notification delegates to ensure compatibility with some third-party li…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/
H A DABI47_0_0EXViewManager.m7 #define QUOTE(str) #str
8 #define ABI47_0_0EXPAND_AND_QUOTE(str) QUOTE(str)
10 #define ABI47_0_0EX_IS_METHOD_PROPSETTER(methodName) \
13 #define ABI47_0_0EX_PROPSETTER_FOR_PROP(propName)\
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/
H A DABI48_0_0EXViewManager.m7 #define QUOTE(str) #str
8 #define ABI48_0_0EXPAND_AND_QUOTE(str) QUOTE(str)
10 #define ABI48_0_0EX_IS_METHOD_PROPSETTER(methodName) \
13 #define ABI48_0_0EX_PROPSETTER_FOR_PROP(propName)\
/expo/packages/expo-notifications/build/
H A DregisterTaskAsync.js.map1define the task first, with [`TaskManager.defineTask`](./task-manager#taskmanagerdefinetasktasknam…
/expo/apps/native-component-list/src/screens/GL/
H A DWebGL2TransformFeedbackScreen.tsx15 #define POSITION_LOCATION ${POSITION_LOCATION}
16 #define VELOCITY_LOCATION ${VELOCITY_LOCATION}
17 #define SPAWNTIME_LOCATION ${SPAWNTIME_LOCATION}
18 #define LIFETIME_LOCATION ${LIFETIME_LOCATION}
19 #define ID_LOCATION ${ID_LOCATION}

12345678910