| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | EitherSpec.swift | 14 expect(either.is(String.self)) == true in spec() 15 expect(either.is(Int.self)) == false in spec() 18 let either = Either<String, Int>(123) in spec() variable 20 expect(either.is(Int.self)) == true in spec() 25 expect(either.is(Int.self)) == false in spec() 29 let value: String? = either.get() in spec() 34 let value: Int? = either.get() in spec() 40 expect(either.is(Int.self)) == true in spec() 48 let value: [String]? = either.get() in spec() 56 let color: UIColor? = either.get() in spec() [all …]
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | EitherSpec.swift | 14 expect(either.is(String.self)) == true in spec() 15 expect(either.is(Int.self)) == false in spec() 18 let either = Either<String, Int>(123) in spec() variable 20 expect(either.is(Int.self)) == true in spec() 25 expect(either.is(Int.self)) == false in spec() 29 let value: String? = either.get() in spec() 34 let value: Int? = either.get() in spec() 40 expect(either.is(Int.self)) == true in spec() 48 let value: [String]? = either.get() in spec() 56 let color: UIColor? = either.get() in spec() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/ |
| H A D | processAspectRatio-test.js.snap | 3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a … 5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a … 7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a … 9 …Ratio should not accept non string truthy types 1`] = `"aspectRatio must either be a number, a rat… 11 …Ratio should not accept non string truthy types 2`] = `"aspectRatio must either be a number, a rat… 13 …Ratio should not accept non string truthy types 3`] = `"aspectRatio must either be a number, a rat…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/ |
| H A D | processAspectRatio-test.js.snap | 3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a … 5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a … 7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a … 9 …Ratio should not accept non string truthy types 1`] = `"aspectRatio must either be a number, a rat… 11 …Ratio should not accept non string truthy types 2`] = `"aspectRatio must either be a number, a rat… 13 …Ratio should not accept non string truthy types 3`] = `"aspectRatio must either be a number, a rat…
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/ |
| H A D | ABI48_0_0REASetNode.m | 18 …_whatNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing… 21 …_valueNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missi…
|
| H A D | ABI48_0_0REACondNode.m | 18 …_condNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missin… 21 …_ifBlockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missin…
|
| H A D | ABI48_0_0READebugNode.m | 18 …_valueNodeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is mis…
|
| H A D | ABI48_0_0REAAlwaysNode.m | 19 …_nodeToBeEvaluated, @"Reanimated: First argument passed to always node is either of wrong type or …
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/ |
| H A D | ABI47_0_0REASetNode.m | 18 …_whatNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing… 21 …_valueNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missi…
|
| H A D | ABI47_0_0REACondNode.m | 18 …_condNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missin… 21 …_ifBlockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missin…
|
| H A D | ABI47_0_0READebugNode.m | 18 …_valueNodeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is mis…
|
| H A D | ABI47_0_0REAAlwaysNode.m | 19 …_nodeToBeEvaluated, @"Reanimated: First argument passed to always node is either of wrong type or …
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JSIFunctionsTest.kt | 471 Function("eitherFirst") { either: Either<Int, String> -> in <lambda>() method 472 Truth.assertThat(either.`is`(Int::class)).isTrue() in <lambda>() 473 either.get(Int::class) in <lambda>() 475 Function("eitherSecond") { either: Either<Int, String> -> in <lambda>() method 476 Truth.assertThat(either.`is`(String::class)).isTrue() in <lambda>() 477 either.get(String::class) in <lambda>()
|
| /expo/docs/pages/preview/ |
| H A D | support.mdx | 7 Please direct all of your support questions and feedback to either a partner Slack channel (if you …
|
| /expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI47_0_0EXScreenOrientationRegistry.m | 184 …// Mask allows only proper portrait - we know that the device is in either proper portrait or upsi… 189 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or… 205 …// Mask allows only proper landspace - we know that the device is in either proper landspace left … 210 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
|
| /expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/ |
| H A D | ABI48_0_0EXScreenOrientationRegistry.m | 184 …// Mask allows only proper portrait - we know that the device is in either proper portrait or upsi… 189 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or… 205 …// Mask allows only proper landspace - we know that the device is in either proper landspace left … 210 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
|
| /expo/ios/versioned/sdk47/EXCamera/EXCamera/ |
| H A D | ABI47_0_0EXCameraPermissionRequester.m | 23 …ABI47_0_0EXFatal(ABI47_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
|
| /expo/ios/versioned/sdk49/EXCamera/EXCamera/ |
| H A D | ABI49_0_0EXCameraPermissionRequester.m | 23 …ABI49_0_0EXFatal(ABI49_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
|
| /expo/ios/versioned/sdk48/EXCamera/EXCamera/ |
| H A D | ABI48_0_0EXCameraPermissionRequester.m | 23 …ABI48_0_0EXFatal(ABI48_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
|
| /expo/packages/expo-camera/ios/EXCamera/ |
| H A D | EXCameraPermissionRequester.m | 23 …EXFatal(EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription or NSMicrophoneUs…
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | BuildProperties.types.js.map | 1 …*ios/Podfile.properties.json**.\n *\n */\n\n/**\n * Source config can be either expo config or gen…
|
| /expo/packages/expo-notifications/build/ |
| H A D | dismissNotificationAsync.js.map | 1 …\n * @param notificationIdentifier The notification identifier, obtained either via `setNotificati…
|
| /expo/ios/Exponent/Kernel/Environment/ |
| H A D | EXClientReleaseType.m | 17 // In all other scenarios, we don't restrict the projects the client can run and can return either
|
| /expo/packages/expo-updates/build/ |
| H A D | UseUpdates.types.js.map | 1 …either the embedded bundle or a downloaded update).\n */\nexport type CurrentlyRunningInfo = {\n …
|
| /expo/packages/expo-standard-web-crypto/ |
| H A D | README.md | 38 In either case, if your runtime environment already defines `crypto` globally, this package uses th…
|