Home
last modified time | relevance | path

Searched refs:malformed (Results 1 – 12 of 12) sorted by relevance

/expo/packages/@expo/cli/src/prebuild/__tests__/
H A DclearNativeFolder-test.ts31 const malformed = await getMalformedNativeProjectsAsync(projectRoot, ['android', 'ios']); constant
32 expect(malformed).toStrictEqual([]);
50 const malformed = await getMalformedNativeProjectsAsync(projectRoot, ['android', 'ios']); constant
51 expect(malformed).toStrictEqual([]);
69 const malformed = await getMalformedNativeProjectsAsync(projectRoot, [ constant
75 expect(malformed).toStrictEqual([]);
81 const malformed = await getMalformedNativeProjectsAsync(projectRoot, ['ios']); constant
82 expect(malformed).toStrictEqual([]);
109 expect(malformed).toStrictEqual(['ios', 'android']);
123 expect(malformed).toStrictEqual(['ios', 'android']);
[all …]
/expo/ios/Tests/Api/
H A DEXApiV2Tests.m46 …tWithDescription:@"Shared apiv2 client should receive a failed response from a malformed request"];
/expo/packages/expo-auth-session/build/
H A DErrors.js.map1malformed.`,\n unauthorized_client: `The client is not authorized to request an authorization c…
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/
H A Dbuild.gradle55 // This also protects the database from filling up the disk cache and becoming malformed.
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/
H A Dbuild.gradle59 // This also protects the database from filling up the disk cache and becoming malformed.
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/
H A Dbuild.gradle55 // This also protects the database from filling up the disk cache and becoming malformed.
/expo/packages/@expo/config-plugins/build/ios/
H A DMaps.js.map1malformed. Please report this with a copy of your project Podfile.`\n );\n }\n…
/expo/packages/expo-router/build/fork/
H A DuseLinking.native.js.map1 … errors from deep linking.\n // This could happen in case of malformed links, navigatio…
/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js.map1 …n if (!root) {\n console.warn('Found ModuleDefinition but it is malformed');\n }\n r…
/expo/docs/pages/push-notifications/
H A Dsending-notifications.mdx63 …t resolve themselves. For example, if your push notification payload is malformed, you may get an …
/expo/packages/expo-notifications/
H A DCHANGELOG.md372 - Fixed malformed data object on iOS. ([#9164](https://github.com/expo/expo/pull/9164) by [@lukmcca…
/expo/packages/@expo/cli/
H A DCHANGELOG.md585 - Add warning about malformed project when running prebuild in non-interactive mode. ([#18436](http…