Home
last modified time | relevance | path

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

1234567

/expo/packages/expo-updates/ios/EXUpdates/
H A DUpdatesStateMachine.swift230 var builder = Builder(original: self)
249 fileprivate init(original: UpdatesStateContext) {
251 self.isUpdatePending = original.isUpdatePending
252 self.isRollback = original.isRollback
253 self.isChecking = original.isChecking
254 self.isDownloading = original.isDownloading
255 self.isRestarting = original.isRestarting
256 self.latestManifest = original.latestManifest
258 self.checkError = original.checkError
259 self.downloadError = original.downloadError
[all …]
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/
H A DUpdatesStateMachine.swift197 var builder = Builder(original: self)
214 fileprivate init(original: UpdatesStateContext) {
215 self.isUpdateAvailable = original.isUpdateAvailable
216 self.isUpdatePending = original.isUpdatePending
217 self.isRollback = original.isRollback
218 self.isChecking = original.isChecking
219 self.isDownloading = original.isDownloading
220 self.isRestarting = original.isRestarting
221 self.latestManifest = original.latestManifest
223 self.checkError = original.checkError
[all …]
/expo/packages/create-expo/src/utils/
H A Darray.ts1 export function replaceValue<T>(values: T[], original: T, replacement: T): T[] {
2 const index = values.indexOf(original);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dlint-java.js111 const original = match[1].split(',');
115 original: {
116 line: parseInt(original[0], 10),
117 lineCount: parseInt(original[1], 10) || 1,
147 line: x.range.original.line,
148 lineCount: x.range.original.lineCount,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dlint-java.js111 const original = match[1].split(',');
115 original: {
116 line: parseInt(original[0], 10),
117 lineCount: parseInt(original[1], 10) || 1,
147 line: x.range.original.line,
148 lineCount: x.range.original.lineCount,
/expo/packages/@expo/cli/src/utils/
H A DcreateFileTransform.ts6 function escapeXMLCharacters(original: string): string {
7 const noAmps = original.replace('&', '&amp;');
H A Darray.ts17 export function replaceValue<T>(values: T[], original: T, replacement: T): T[] {
18 const index = values.indexOf(original);
/expo/packages/@expo/config/src/paths/
H A Dpaths.ts54 const original = process.stdout.write; constant
59 process.stdout.write = original;
/expo/packages/@expo/cli/src/export/__tests__/__snapshots__/
H A DwriteContents-test.ts.snap9 You can see a red colored folder containing the original source code from your bundle.
/expo/packages/@expo/config/build/paths/
H A Dpaths.js80 const original = process.stdout.write;
87 process.stdout.write = original;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTUtils.h61 ABI49_0_0RCT_EXTERN void ABI49_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement);
62 ABI49_0_0RCT_EXTERN void ABI49_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
63 ABI49_0_0RCT_EXTERN void ABI49_0_0RCTSwapInstanceMethodWithBlock(Class cls, SEL original, id replac…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTUtils.h61 ABI48_0_0RCT_EXTERN void ABI48_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement);
62 ABI48_0_0RCT_EXTERN void ABI48_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
63 ABI48_0_0RCT_EXTERN void ABI48_0_0RCTSwapInstanceMethodWithBlock(Class cls, SEL original, id replac…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTUtils.h61 ABI47_0_0RCT_EXTERN void ABI47_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement);
62 ABI47_0_0RCT_EXTERN void ABI47_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
63 ABI47_0_0RCT_EXTERN void ABI47_0_0RCTSwapInstanceMethodWithBlock(Class cls, SEL original, id replac…
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DRCTAppDelegate+Reanimated.mm12 return [self reanimated_jsExecutorFactoryForBridge:bridge]; // call the original method
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DABI49_0_0RCTAppDelegate+Reanimated.mm12 return [self reanimated_jsExecutorFactoryForBridge:bridge]; // call the original method
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxBridge/
H A DABI49_0_0RCTJSIExecutorRuntimeInstaller.mm25 // Wrap over the original runtimeInstaller
/expo/ios/Client/Menu/
H A DEXDevMenuMotionInterceptor.m37 // Bring back the original method.
/expo/docs/pages/eas-update/
H A Doptimize-assets.mdx30 …s that are displayed. When you need each pixel to be untouched from the original image, a lossless…
32original image. Often, lossy optimizers are more efficient because they discard visual information…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxBridge/
H A DABI48_0_0RCTJSIExecutorRuntimeInstaller.mm34 // Wrap over the original runtimeInstaller
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxBridge/
H A DABI47_0_0RCTJSIExecutorRuntimeInstaller.mm34 // Wrap over the original runtimeInstaller
/expo/packages/expo-random/build/
H A DExpoRandom.js.map1 …ror from\n * `requireNativeModule` on Android and fall back to use the original React Native modu…
/expo/packages/expo-keep-awake/build/
H A DKeepAwake.types.js.map1 … The call will throw an unhandled promise rejection on Android when the original Activity is dead …
/expo/apps/native-component-list/src/screens/
H A DImageManipulatorScreen.tsx21 original?: Asset;
41 original: image,
180 this.setState((state) => ({ image: state.original }));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTActivityIndicatorViewManager.m43 Setting activityIndicatorViewStyle overrides the color, so restore the original color
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTActivityIndicatorViewManager.m43 Setting activityIndicatorViewStyle overrides the color, so restore the original color

1234567