Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 14 of 14) sorted by relevance

/expo/packages/@expo/cli/src/export/__tests__/
H A DwriteContents-test.ts50 expect(results.hashes).toStrictEqual({
71 expect(results.hashes).toStrictEqual({
133 hashes: jsResults.hashes,
177 hashes: jsResults.hashes,
/expo/packages/@expo/cli/src/export/
H A DwriteContents.ts47 const hashes: Partial<Record<Platform, string>> = {}; constant
66 hashes[platform] = hash;
71 return { hashes, fileNames };
84 hashes,
92 hashes?: Record<string, string>;
106 hashes?.[platform] ?? createBundleHash(bundle.hermesBytecodeBundle ?? bundle.code);
H A DexportApp.ts127 const { hashes, fileNames } = await writeBundlesAsync({ constant
199 hashes,
/expo/packages/expo-asset/tools/
H A DhashAssetFiles.js6 return Promise.all(asset.files.map(md5File)).then((hashes) => {
7 asset.fileHashes = hashes;
/expo/docs/providers/
H A Dpage-api-version.tsx50 * This only accepts pathname without hashes or query strings.
/expo/docs/pages/guides/
H A Dfacebook-authentication.mdx55 …se64.guru/converter/encode/hex) and add it under the **Android** > **Key hashes** in your Facebook…
/expo/packages/@expo/fingerprint/
H A DREADME.md124 …erializable as fingerprints, which means they cannot be directly used for generating unique hashes.
/expo/packages/expo-asset/build/
H A DAssetSources.js.map1 …s based on that of AssetSourceResolver, with additional support for file hashes and\n // explicit…
/expo/docs/pages/archive/
H A Dexpo-cli.mdx456 <Collapsible summary={<><h4>expo fetch:android:hashes</h4>Compute and log the project's Android key…
753 | `expo fetch:android:hashes` | `eas credentials` | Moved to `eas-cli` |
/expo/packages/expo-router/src/__tests__/
H A Dnavigation.test.tsx91 it('can handle navigation between routes with hashes', async () => {
/expo/docs/pages/archive/technical-specs/
H A Dexpo-updates-0.mdx233 …igning the manifest. This also transitively signs the assets since their hashes are present in the…
/expo/docs/pages/technical-specs/
H A Dexpo-updates-1.mdx262 …Code signing the manifest also transitively signs the assets since their hashes are present in the…
/expo/packages/expo-image/build/
H A DImage.types.js.map1 … `static`.\n * Ignored if `blurhash` or `thumbhash` is provided (image hashes are never selected…
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js.map1 ….replace(/\\/+$/g, '') + '/',\n\n // React Navigation doesn't support hashes, so here\n inpu…