| /expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/ |
| H A D | ensureDependenciesAsync-test.ts | 42 missing: [{ pkg: 'bacon', file: '', version: '~1.0.0' }], 46 missing: [], 71 missing: [{ pkg: 'bacon', file: '', version: '~1.0.0' }], 75 missing: [], 103 missing: [{ pkg: 'bacon', file: '', version: '~1.0.0' }], 107 missing: [], 130 missing: [{ pkg: 'bacon', file: '', version: '~1.0.0' }],
|
| H A D | getMissingPackages-test.ts | 82 expect(results.missing).toStrictEqual([ 119 expect(results.missing).toStrictEqual([
|
| /expo/packages/@expo/cli/src/start/doctor/dependencies/ |
| H A D | getMissingPackages.ts | 25 missing: ResolvedPackage[]; 39 return { missing: missingPackages, resolutions }; 85 missing: ResolvedPackage[]; 89 if (!results.missing.length) { 94 await mutatePackagesWithKnownVersionsAsync(projectRoot, sdkVersion, results.missing);
|
| H A D | ensureDependenciesAsync.ts | 33 const { missing } = await getMissingPackagesAsync(projectRoot, { constant 37 if (!missing.length) { 42 const readableMissingPackages = missing 66 const packages = missing.map(({ pkg, version }) => 87 packages: missing,
|
| /expo/fastlane/android/metadata/en-US/changelogs/ |
| H A D | 105.txt | 1 Added missing AppAuthBrowserActivity to template of AndroidManifest.xml
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/ |
| H A D | ABI48_0_0REASetNode.m | 18 …atNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing."); 21 …eNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missing.");
|
| H A D | ABI48_0_0REACondNode.m | 18 …dNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missing."); 21 …lockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missing.");
|
| H A D | ABI48_0_0READebugNode.m | 18 …odeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is missing.");
|
| H A D | ABI48_0_0REAAlwaysNode.m | 19 …uated, @"Reanimated: First argument passed to always node is either of wrong type or is missing.");
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/ |
| H A D | ABI47_0_0REASetNode.m | 18 …atNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing."); 21 …eNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missing.");
|
| H A D | ABI47_0_0REACondNode.m | 18 …dNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missing."); 21 …lockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missing.");
|
| H A D | ABI47_0_0READebugNode.m | 18 …odeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is missing.");
|
| H A D | ABI47_0_0REAAlwaysNode.m | 19 …uated, @"Reanimated: First argument passed to always node is either of wrong type or is missing.");
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | documentation.yml | 2 description: 'You want to report something that is wrong or missing from the documentation.' 12 description: Clearly describe what is wrong or missing from the docs.
|
| /expo/packages/@expo/cli/src/run/android/__tests__/ |
| H A D | resolveLaunchProps-test.ts | 12 /Android project folder is missing in project/
|
| /expo/packages/expo-dev-menu/vendored/react-native-safe-area-context/src/ |
| H A D | CompatNativeSafeAreaProvider.tsx | 25 // @ts-ignore: missing properties
|
| /expo/packages/expo-apple-authentication/build/ |
| H A D | ExpoAppleAuthentication.js.map | 1 …missing; see\n // https://github.com/facebook/react-native/commit/114be1d21\n addListener(…
|
| /expo/packages/expo-splash-screen/ios/EXSplashScreen/ |
| H A D | EXSplashScreenViewNativeProvider.m | 15 …EXLogWarn([NSString stringWithFormat:@"'%@.storyboard' file is missing. Fallbacking to '%@.xib' fi… 33 …EXLogWarn([NSString stringWithFormat:@"'%@.xib' file is missing - 'expo-splash-screen' will not wo…
|
| /expo/ios/versioned/sdk49/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI49_0_0EXSplashScreenViewNativeProvider.m | 15 …ABI49_0_0EXLogWarn([NSString stringWithFormat:@"'%@.storyboard' file is missing. Fallbacking to '%… 33 …ABI49_0_0EXLogWarn([NSString stringWithFormat:@"'%@.xib' file is missing - 'expo-splash-screen' wi…
|
| /expo/ios/versioned/sdk47/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI47_0_0EXSplashScreenViewNativeProvider.m | 15 …ABI47_0_0EXLogWarn([NSString stringWithFormat:@"'%@.storyboard' file is missing. Fallbacking to '%… 33 …ABI47_0_0EXLogWarn([NSString stringWithFormat:@"'%@.xib' file is missing - 'expo-splash-screen' wi…
|
| /expo/ios/versioned/sdk48/EXSplashScreen/EXSplashScreen/ |
| H A D | ABI48_0_0EXSplashScreenViewNativeProvider.m | 15 …ABI48_0_0EXLogWarn([NSString stringWithFormat:@"'%@.storyboard' file is missing. Fallbacking to '%… 33 …ABI48_0_0EXLogWarn([NSString stringWithFormat:@"'%@.xib' file is missing - 'expo-splash-screen' wi…
|
| /expo/packages/expo-router/src/__tests__/ |
| H A D | navigation.test.tsx | 195 '[...missing]': () => <Text testID="missing">missing</Text>, 203 act(() => router.push('/missing-screen')); 204 expect(screen).toHavePathname('/missing-screen'); 205 expect(screen).toHaveSegments(['[...missing]']); 206 expect(screen.getByTestId('missing')).toBeOnTheScreen(); 214 act(() => router.push('/missing-screen')); 215 expect(screen).toHavePathname('/missing-screen'); 216 expect(screen).toHaveSegments(['[...missing]']); 217 expect(screen.getByTestId('missing')).toBeOnTheScreen();
|
| /expo/ios/versioned/sdk48/EXAV/EXAV/ |
| H A D | ABI48_0_0EXAudioRecordingPermissionRequester.m | 22 …ABI48_0_0EXFatal(ABI48_0_0EXErrorWithMessage(@"This app is missing NSMicrophoneUsageDescription, s…
|
| /expo/packages/expo-av/ios/EXAV/ |
| H A D | EXAudioRecordingPermissionRequester.m | 22 …EXFatal(EXErrorWithMessage(@"This app is missing NSMicrophoneUsageDescription, so audio services w…
|
| /expo/ios/versioned/sdk47/EXAV/EXAV/ |
| H A D | ABI47_0_0EXAudioRecordingPermissionRequester.m | 22 …ABI47_0_0EXFatal(ABI47_0_0EXErrorWithMessage(@"This app is missing NSMicrophoneUsageDescription, s…
|