Home
last modified time | relevance | path

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

1234567

/expo/packages/@expo/cli/src/utils/
H A Darray.ts51 (previous, currentItem) => {
53 if (!previous[group]) {
54 previous[group] = [];
56 previous[group].push(currentItem);
57 return previous;
/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroResolvers.ts83 const inverseOrigin: { origin: string; previous: string; request: string }[] = [];
96 previous: originKey,
114 previous: InverseDepResult[];
124 previous: [],
136 if (req.origin === match.previous) {
139 results.previous.push(
140 recurseBackWithLimit({ origin: match.previous, request: match.request }, limit, count + 1)
152 if (inverseTree.previous.length > 0) {
186 for (const child of tree.previous) {
190 tree.previous.length > 1 ? depth + 1 : depth
/expo/tools/src/commands/
H A DAddChangelog.ts173 (value, previous) => previous.concat(value),
179 (value, previous) => {
180 if (typeof previous === 'boolean') {
184 return previous.concat(parseInt(value, 10));
190 (value, previous) => {
195 return previous;
H A DPromotePackages.ts15 (value, previous) => previous.concat(value),
H A DAddSDKVersion.ts124 (value, previous) => (previous ?? []).concat(value),
H A DVendor.ts571 (value, previous) => previous.concat(value),
/expo/packages/expo-modules-autolinking/src/
H A Dindex.ts26 (value, previous) => (previous ?? []).concat(value)
31 (value, previous) => (previous ?? []).concat(value)
/expo/packages/expo-modules-autolinking/build/
H A Dindex.js16 …hs...>', 'Paths to ignore when looking up for modules.', (value, previous) => (previous ?? []).con…
17 …'Package names to exclude when looking up for modules.', (value, previous) => (previous ?? []).con…
H A Dindex.js.map1previous) => (previous ?? []).concat(value)\n )\n .option<string[] | null>(\n '-e, --ex…
/expo/packages/expo-dev-launcher/bundle/providers/
H A DDevMenuPreferencesProvider.tsx58 // restore to previous value in case of error
69 // restore to previous value in case of error
80 // restore to previous value in case of error
/expo/packages/expo-dev-launcher/bundle/hooks/
H A DuseDevMenuPreferences.tsx58 // restore to previous value in case of error
69 // restore to previous value in case of error
80 // restore to previous value in case of error
/expo/docs/.vale/writing-styles/expo-docs/
H A DWordiness.yml8 - (?:previous|prior) to: before
/expo/docs/components/base/
H A Dcode.test.tsx33 /* @hide // Styles that are unchanged from previous step are hidden for brevity. */
76 # @hide // Styles that are unchanged from previous step are hidden for brevity. #
111 <!-- @hide // Styles that are unchanged from previous step are hidden for brevity. -->
/expo/docs/pages/eas-update/
H A Deas-cli.mdx112 ### Republish a previous update within a branch
114 We can make a previous update immediately available to all users. This command takes the previous u…
/expo/packages/expo-updates/guides/
H A Dreleasing.md14 …pgrading from the previous version of expo-updates, as this is rarely tested but happens very comm…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTConstants.m71 * When false (previous default behavior), a native stack is displayed in the RedBox.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTConstants.m71 * When false (previous default behavior), a native stack is displayed in the RedBox.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md20 …ompatible with React 18 is **0.69.0**. Users on React Native 0.68.0 and previous versions won't be…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md20 …ompatible with React 18 is **0.69.0**. Users on React Native 0.68.0 and previous versions won't be…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md20 …ompatible with React 18 is **0.69.0**. Users on React Native 0.68.0 and previous versions won't be…
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGMarkerPosition.mm139 // First update the outgoing slope for the previous element.
141 // Record the marker for the previous element.
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGMarkerPosition.mm139 // First update the outgoing slope for the previous element.
141 // Record the marker for the previous element.
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGMarkerPosition.mm139 // First update the outgoing slope for the previous element.
141 // Record the marker for the previous element.
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGMarkerPosition.mm139 // First update the outgoing slope for the previous element.
141 // Record the marker for the previous element.
/expo/packages/@expo/config-plugins/build/android/
H A DStrings.js.map1previous item\n stringFileContentsJSON.resources.string[stringNameExists] = newItem;\n } e…

1234567