Home
last modified time | relevance | path

Searched refs:marginRight (Results 1 – 25 of 85) sorted by relevance

1234

/expo/docs/ui/components/Tag/
H A Dstyles.ts12 marginRight: spacing[2],
41 marginRight: 0,
/expo/home/screens/HomeScreen/
H A DDevelopmentServersHeader.tsx14 <View style={{ marginRight: spacing[2] }}>
20 style={{ marginRight: spacing[2] }}
H A DRecentlyOpenedHeader.tsx16 style={{ marginRight: spacing[2] }}
H A DDevelopmentServersOpenQR.tsx33 style={{ marginRight: spacing[2] }}
/expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/
H A DSafeAreaView.tsx49 marginRight = marginHorizontal,
56 marginRight: marginRight + insetRight,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap14 "marginRight": 10,
96 "marginRight": 10,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap14 "marginRight": 10,
96 "marginRight": 10,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorCodeFrame-test.js.snap14 "marginRight": 10,
96 "marginRight": 10,
/expo/docs/ui/components/Home/resources/
H A DQuickStartIcon.tsx5 style={{ marginRight: 12, marginTop: 6, float: 'left' }}
/expo/home/components/
H A DSectionHeader.tsx17 style={{ marginRight: spacing[2] }}
/expo/docs/public/static/examples/v46.0.0/tutorial/05-emoji-list/
H A DEmojiList.js47 marginRight: 20, property
/expo/docs/public/static/examples/v47.0.0/tutorial/05-emoji-list/
H A DEmojiList.js47 marginRight: 20, property
/expo/docs/public/static/examples/v48.0.0/tutorial/05-emoji-list/
H A DEmojiList.js47 marginRight: 20, property
/expo/docs/public/static/examples/v49.0.0/tutorial/05-emoji-list/
H A DEmojiList.js47 marginRight: 20, property
/expo/docs/public/static/examples/unversioned/tutorial/05-emoji-list/
H A DEmojiList.js47 marginRight: 20, property
/expo/apps/native-component-list/src/screens/
H A DTouchableBounceScreen.native.tsx14 marginRight: 10,
H A DExpoComponentsScreen.tsx61 <ExpoAPIIcon name={name} style={{ marginRight: 10, marginLeft: 6 }} />
H A DTouchablesScreen.tsx18 marginRight: 10,
/expo/apps/native-component-list/src/components/
H A DTitledSwitch.tsx32 marginRight: 12,
/expo/ios/vendored/sdk47/react-native-safe-area-context/ios/
H A DABI47_0_0RNCSafeAreaShadowView.m91 super.marginRight = _marginMetaProps[META_PROP_RIGHT];
126 super.marginRight = (ABI47_0_0YGValue){insetRight + right, ABI47_0_0YGUnitPoint};
158 [super didSetProps:@[ @"marginTop", @"marginRight", @"marginBottom", @"marginLeft" ]];
/expo/ios/vendored/sdk48/react-native-safe-area-context/ios/
H A DABI48_0_0RNCSafeAreaShadowView.m91 super.marginRight = _marginMetaProps[META_PROP_RIGHT];
126 super.marginRight = (ABI48_0_0YGValue){insetRight + right, ABI48_0_0YGUnitPoint};
158 [super didSetProps:@[ @"marginTop", @"marginRight", @"marginBottom", @"marginLeft" ]];
/expo/home/constants/
H A DSharedStyles.ts87 marginRight: 50,
/expo/apps/native-component-list/src/navigation/
H A DStackConfig.tsx44 style={{ marginRight: 16 }}>
/expo/ios/vendored/sdk49/react-native-safe-area-context/ios/
H A DABI49_0_0RNCSafeAreaShadowView.m92 super.marginRight = _marginMetaProps[META_PROP_RIGHT];
124 …super.marginRight = (ABI49_0_0YGValue){[self getEdgeValue:edges.right insetValue:insets.right edge…
168 [super didSetProps:@[ @"marginTop", @"marginRight", @"marginBottom", @"marginLeft" ]];
/expo/ios/vendored/unversioned/react-native-safe-area-context/ios/
H A DRNCSafeAreaShadowView.m92 super.marginRight = _marginMetaProps[META_PROP_RIGHT];
124 …super.marginRight = (YGValue){[self getEdgeValue:edges.right insetValue:insets.right edgeValue:rig…
168 [super didSetProps:@[ @"marginTop", @"marginRight", @"marginBottom", @"marginLeft" ]];

1234