Home
last modified time | relevance | path

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

123

/expo/packages/@expo/config-plugins/src/utils/
H A DsortObject.ts20 const sorted = sortWithOrder(Object.keys(obj), order); constant
22 return sorted.reduce(
33 const sorted: string[] = []; constant
40 sorted.push(item);
44 return sorted;
/expo/packages/@expo/config-plugins/build/utils/
H A DsortObject.js17 const sorted = sortWithOrder(Object.keys(obj), order);
18 return sorted.reduce((acc, key) => ({
25 const sorted = [];
31 sorted.push(item);
34 return sorted;
H A DsortObject.js.map1sorted","sortWithOrder","groupOrder","Set","concat","length","shift","index","indexOf","item","spl…
/expo/packages/expo-dev-menu-interface/ios/MenuItems/
H A DDevMenuItemsContainer.swift10 return items.sorted { $0.importance > $1.importance } in getRootItems()
21 return result.sorted { $0.importance > $1.importance } in getAllItems()
/expo/packages/expo-router/build/layouts/
H A DwithLayoutContext.js58 const sorted = (0, useScreens_1.useSortedScreens)(processed ?? []);
60 if (!sorted.length) {
65 … react_1.default.createElement(Nav, { ...props, id: contextKey, ref: ref, children: sorted }));
H A DwithLayoutContext.js.map1sorted = useSortedScreens(processed ?? []);\n\n // Prevent throwing an error when there are n…
/expo/docs/ui/components/TableOfContents/
H A DuseHeadingObserver.ts71 const sorted = visible.sort(
76 return sorted[0];
/expo/packages/@expo/config-plugins/src/plugins/
H A Dmod-compiler.ts89 const sorted: [string, any][] = []; constant
94 sorted.push(commandSet);
97 return sorted;
/expo/packages/expo-router/build/views/
H A DNavigator.js47 const sorted = (0, useScreens_1.useSortedScreens)(screens ?? []);
48 if (!sorted.length) {
52 …itialRouteName: initialRouteName, screenOptions: screenOptions, screens: sorted, contextKey: conte…
/expo/fastlane/screenshots/
H A DREADME.txt4 The screenshots can be named whatever you want, but keep in mind they are sorted alphabetically.
/expo/apps/jest-expo-mock-generator/
H A DApp.js44 .reduce((sorted, key) => {
45 sorted[key] = value[key];
46 return sorted;
/expo/packages/expo-router/src/views/
H A DNavigator.tsx42 const sorted = useSortedScreens(screens ?? []);
44 if (!sorted.length) {
53 screens={sorted}
/expo/packages/expo-router/src/layouts/
H A DwithLayoutContext.tsx94 const sorted = useSortedScreens(processed ?? []);
97 if (!sorted.length) {
103 <Nav {...props} id={contextKey} ref={ref} children={sorted} />
/expo/packages/expo-router/build/
H A DuseScreens.js59 const sorted = node?.children?.length
62 …return react_1.default.useMemo(() => sorted.map((value) => routeToScreen(value.route, value.props)…
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js129 const sorted = [];
134 sorted.push(commandSet);
137 return sorted;
/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DRushingForwardTargetNotchPolicy.swift33 let closestNotches = context.reachableIndexes.sorted { in targetNotchIndex()
/expo/packages/expo-updates/ios/EXUpdates/SelectionPolicy/
H A DReaperSelectionPolicyDevelopmentClient.swift37 var updatesMutable = updates.sorted { update1, update2 in in updatesToDelete()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/SelectionPolicy/
H A DReaperSelectionPolicyDevelopmentClient.swift37 var updatesMutable = updates.sorted { update1, update2 in in updatesToDelete()
/expo/packages/expo-dev-menu/ios/OverlayContainer/Internal/
H A DOverlayContainerConfiguration.swift57 return Array(notchHeightByIndex.values.sorted()) in sortedHeights()
H A DOverlayContainerConfigurationImplementation.swift38 …assert(heights.sorted() == heights, "The notches should be sorted by height. The notch at the firs… in requestOverlayMetricsIfNeeded()
/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts23 sorted(a: string, b: string) {
/expo/packages/expo-router/src/
H A DuseScreens.tsx107 * @returns React Navigation screens sorted by the `route` property.
112 const sorted = node?.children?.length
116 () => sorted.map((value) => routeToScreen(value.route, value.props)),
117 [sorted]
/expo/android/expoview/src/main/java/host/exp/exponent/exceptions/
H A DManifestException.kt55 }.sorted() in <lambda>()
/expo/packages/expo-dev-launcher/bundle/providers/
H A DRecentlyOpenedAppsProvider.tsx68 // sorted by most recent timestamp first
/expo/packages/expo-dev-menu/ios/
H A DDevMenuManager.swift248 ).sorted()
300 .sorted(by: { $0.importance > $1.importance }) in serializedDevMenuItems()

123