| /expo/packages/expo-video/ios/ |
| H A D | VideoContentFit.swift | 9 case contain 31 case .contain: in toVideoGravity()
|
| /expo/packages/expo-image/ios/ |
| H A D | ContentFit.swift | 13 case contain 45 case .contain: in toContentMode()
|
| /expo/ios/versioned/sdk49/ExpoImage/ |
| H A D | ContentFit.swift | 13 case contain 45 case .contain: in toContentMode()
|
| /expo/ios/versioned/sdk48/ExpoImage/ |
| H A D | ContentFit.swift | 13 case contain 45 case .contain: in toContentMode()
|
| /expo/packages/expo-secure-store/src/__tests__/__snapshots__/ |
| H A D | SecureStore-test.native.ts.snap.android | 3 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 5 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 7 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 9 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 11 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
|
| H A D | SecureStore-test.native.ts.snap.ios | 3 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 5 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 7 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 9 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric… 11 …`[Error: Invalid key provided to SecureStore. Keys must not be empty and contain only alphanumeric…
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Splash.tsx | 9 <ExpoLogoIcon style={{ width: iconWidth, resizeMode: 'contain' }} resizeMode="contain" />
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | Splash.tsx | 9 <ExpoLogoIcon style={{ width: iconWidth, resizeMode: 'contain' }} resizeMode="contain" />
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageLiveTextInteractionScreen.tsx | 33 contentFit="contain" 40 contentFit="contain" 47 contentFit="contain" 54 contentFit="contain"
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | ImageResizeMode.d.ts | 25 contain: ImageResizeMode; property
|
| H A D | ABI48_0_0RCTResizeMode.m | 16 @"contain" : @(ABI48_0_0RCTResizeModeContain),
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | ImageResizeMode.d.ts | 25 contain: ImageResizeMode; property
|
| H A D | ABI49_0_0RCTResizeMode.m | 16 @"contain" : @(ABI49_0_0RCTResizeModeContain),
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ExpoModulesSpec.swift | 55 expect(keys).to(contain(registeredModuleNames)) in spec() 85 … expect(error.getProperty("message").getString()).to(contain(exceptionToThrow.debugDescription)) in spec()
|
| H A D | ClassComponentSpec.swift | 89 expect(prototypeKeys).to(contain("myFunction")) in spec() 90 expect(prototypeKeys).notTo(contain("__native_constructor__")) in spec() 105 expect(object.getPropertyNames()).to(contain("foo")) in spec()
|
| H A D | JavaScriptObjectSpec.swift | 70 expect(object?.getPropertyNames()).notTo(contain(key)) in spec() 77 expect(object?.getPropertyNames()).to(contain(key)) in spec()
|
| H A D | JavaScriptRuntimeSpec.swift | 90 … expect((error as! JavaScriptEvalException).reason).to(contain("Property 'foo' doesn't exist")) in spec() 92 expect((error as! JavaScriptEvalException).reason).to(contain("Can't find variable: foo")) in spec()
|
| /expo/apps/native-component-list/src/screens/Image/tests/ |
| H A D | appearance.tsx | 18 name: `Resize mode: contain`, 20 resizeMode: 'contain',
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ExpoModulesSpec.swift | 55 expect(keys).to(contain(registeredModuleNames)) in spec() 85 … expect(error.getProperty("message").getString()).to(contain(exceptionToThrow.debugDescription)) in spec()
|
| H A D | ClassComponentSpec.swift | 89 expect(prototypeKeys).to(contain("myFunction")) in spec() 90 expect(prototypeKeys).notTo(contain("__native_constructor__")) in spec() 105 expect(object.getPropertyNames()).to(contain("foo")) in spec()
|
| H A D | JavaScriptObjectSpec.swift | 70 expect(object?.getPropertyNames()).notTo(contain(key)) in spec() 77 expect(object?.getPropertyNames()).to(contain(key)) in spec()
|
| H A D | JavaScriptRuntimeSpec.swift | 90 … expect((error as! JavaScriptEvalException).reason).to(contain("Property 'foo' doesn't exist")) in spec() 92 expect((error as! JavaScriptEvalException).reason).to(contain("Can't find variable: foo")) in spec()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI47_0_0RCTResizeMode.m | 14 @"contain": @(ABI47_0_0RCTResizeModeContain),
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | View.tsx | 97 overscrollBehavior?: 'auto' | 'contain' | 'none'; 99 overscrollBehaviorX?: 'auto' | 'contain' | 'none'; 101 overscrollBehaviorY?: 'auto' | 'contain' | 'none';
|
| /expo/packages/expo-splash-screen/ios/EXSplashScreen/ |
| H A D | EXSplashScreenViewNativeProvider.m | 24 …reason:[NSString stringWithFormat:@"'%@.storyboard'does not contain proper ViewController. Add cor… 38 …reason:[NSString stringWithFormat:@"'%@.xib' does not contain any views. Add a view to the '%@.xib…
|