Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 183) sorted by relevance

12345678

/expo/docs/.vale/writing-styles/expo-docs/
H A DEmDash.yml6 # Look for ' - ' (space, hyphen, space) or ' -- ' (space, two hyphens, space)
/expo/packages/@expo/fingerprint/src/sourcer/
H A DUtils.ts28 export function stringifyJsonSorted(target: any, space?: string | number | undefined): string {
29 return JSON.stringify(target, (_, value) => sortJson(value), space);
/expo/apps/native-component-list/src/screens/
H A DFontScreen.tsx18 justifyContent: 'space-between',
30 <Text style={{ fontFamily: 'space-mono', fontSize: 16 }}>
41 fontFamily: 'space-mono',
H A DRedirectScreen.tsx10 <View style={{ flex: 1, alignItems: 'center', justifyContent: 'space-around' }}>
/expo/packages/@expo/fingerprint/build/sourcer/
H A DUtils.js28 function stringifyJsonSorted(target, space) { argument
29 return JSON.stringify(target, (_, value) => sortJson(value), space);
H A DUtils.d.ts6 export declare function stringifyJsonSorted(target: any, space?: string | number | undefined): stri…
/expo/.github/actions/cleanup-linux-disk-space/
H A Daction.yml10 echo 'Disk space before cleanup'
20 echo 'Disk space after cleanup'
/expo/apps/native-component-list/src/screens/ExpoMaps/components/
H A DSwitchContainer.tsx33 justifyContent: 'space-between',
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/apps/native-component-list/src/screens/AV/
H A DAndroidImplementationSelector.tsx23 justifyContent: 'space-between',
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/utils/mac/
H A DSkCGUtils.h59 CGColorSpaceRef space);
/expo/.github/workflows/
H A Dandroid-unit-tests.yml45 - name: �� Cleanup GitHub Linux runner disk space
46 uses: ./.github/actions/cleanup-linux-disk-space
/expo/templates/expo-template-tabs/app/
H A Dmodal.tsx14 {/* Use a light status bar on iOS to account for the black space above the modal */}
/expo/apps/native-component-list/src/components/
H A DTitledSwitch.tsx29 justifyContent: 'space-between',
H A DGoogleSignInButton.tsx45 justifyContent: 'space-between',
H A DTitledPicker.tsx38 justifyContent: 'space-between',
/expo/apps/native-component-list/src/screens/Camera/
H A DGalleryScreen.tsx122 justifyContent: 'space-between',
129 justifyContent: 'space-around',
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsListItem.tsx37 justifyContent: 'space-between',
/expo/apps/native-component-list/src/screens/BlurView/
H A DSlider.tsx57 justifyContent: 'space-around',

12345678