Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[router]: fix missing types for Link when using Typed Routes #28467

Merged
merged 4 commits into from Apr 29, 2024

Conversation

marklawlor
Copy link
Contributor

Why

Using <Link /> with typed routes cause the types for its props to fail

How

Properly export the extra types

Test Plan

Checklist

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Apr 27, 2024
@marklawlor marklawlor merged commit cbe95d8 into main Apr 29, 2024
12 checks passed
@marklawlor marklawlor deleted the marklawlor/router/link-missing-types branch April 29, 2024 21:38
@expo-bot
Copy link
Collaborator

The Pull Request introduced fingerprint changes against the base commit: cbe95d8

Fingerprint diff
[
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/helper-validator-identifier/lib/identifier.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "cab8bd9b8c93b5cd09b51bdc0044debaaeff08b3"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/helper-validator-identifier/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5813ad3628d945e124c7d95d0c68ba3a7243d270"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/helper-validator-identifier/lib/keyword.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "aaef241789a33ed11de7ca3608a030b92049763a"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9648c1d44e5a85588e9330fc81a60309ddf580b1"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/ansi-styles/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b61182f5204ff5f4f64a7c666569975205a9e3c0"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/chalk/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "612bca2861fd84ccca956db0cf7a528fda99e4d4"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/chalk/templates.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ae6bfdd37656f7ae4e35e4b4f56e0053af538fd8"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/escape-string-regexp/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "17b40cc4dc8a455277994ab351c0650215394042"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/has-flag/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "73ee55646b931a37ef3b38fd6d22cd56332d6724"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@babel/highlight/node_modules/supports-color/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ee9a711c9a006df8905afb8f0b7ebf4faa6a2c7e"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/@expo/spawn-async/build/spawnAsync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8cbf357b14096d58f898059207eb58bc415cf3da"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/ansi-styles/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5f96df8b074e4854c03db87ef309eb6c741f4618"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/at-least-node/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9c002b0e9446eff8a384d0a4b1c3494bb49a1e1f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/chalk/source/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8c580aa7500d9969056a236df949fefc3db41905"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/chalk/source/util.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4cb1e8afae9bc10f49a678034e835399ab9c0bcd"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/color-convert/conversions.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5a1e84da09182d3861a6332349370f52dfded83e"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/color-convert/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2bec1f2a897147555365623fbc1fe5b971585815"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/color-convert/node_modules/color-name/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "db20105dc898fa8aa6706492502431c680c0dc94"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/color-convert/route.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "80a3801b287442561a469d3abe069418adb4d716"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a615672edb60fe7e09825aba0828c836e4dd3b82"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/lib/enoent.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b1260d1da8cdb9402095f6e6c17ebc988d902e70"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/lib/parse.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7c38291b6fa65dad566abca553622681ba64a4b3"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/lib/util/escape.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "af9acd46d821f4320b95ba4d515f8c9740f9f824"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/lib/util/readShebang.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "13dbbd6fc2cd40d2b1c7417e4d946362ef6d41f6"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/lib/util/resolveCommand.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "09febad963c1a0905c93f4a7a4e099780847a322"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/node_modules/path-key/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b3752b76e3e5051c5f021440d27958cf883f3136"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/node_modules/shebang-command/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1649499003b604edc6a8f83f70c039679d4a10f8"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/node_modules/shebang-regex/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f0e2954d7f9f8f5ce6ea0f9af0f64f9b4f9f2d53"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/cross-spawn/node_modules/which/which.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "cfb29894630a310ff6d56c91ee327a076ced7179"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/debug/node_modules/ms/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "55f9b3a7d4cfbf68b19ccd0d698aa86483dd4694"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/debug/src/common.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c9707394c09387b56864a8865158d29fd307774a"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/debug/src/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0f4ce3b10eff761f099ac75593f7e05b149ae695"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/debug/src/node.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "481608e3c95722f3a474336e5b777a6a521e76f9"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/encoding/lib/encoding.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "bd58b1e6fbd61d32c34fdecb07d159d47f1e4853"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/encoding/node_modules/iconv-lite/lib/bom-handling.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5c6518ce3acc35c3e1da961bc02c110e08f81db2"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/encoding/node_modules/iconv-lite/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0ff1265a3076562ad4830c8c5f247a80bb1832c5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/encoding/node_modules/iconv-lite/lib/streams.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c837bb91b645ba82e9effa399db4b0acf263c83b"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/find-up/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "94bdb702d37e75813308dfb1dd22d476b4505e46"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/getenv/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b803df3ec20038dfcd73fc591c765a15edff9e24"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/graceful-fs/clone.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c912f366fe0025ea74e0e76e58277147dc0a3167"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/graceful-fs/graceful-fs.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "55efc5a24c26495d0341c7884f0de5eb36520efa"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/graceful-fs/legacy-streams.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f4a3583d4c3e8b0c407ab8406bdafb02b4055b7f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/graceful-fs/polyfills.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "38f3028ea7d9ec6b57f56ef32128499522c87a7f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/has-flag/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "74ec980a20fb60d8774b46096a70b7ab9246d743"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/imurmurhash/imurmurhash.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a409233f0435a13ad4905543dfae94e3f950916c"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/isexe/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9348ece80fd6208f0b8740d43cd652db4a5f06e6"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/isexe/mode.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5f33b53cc6b89f9ebe2ebd1dcfeb434cd96a3192"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/jimp-compact/dist/jimp.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "86e4211f72d6541f8b6f0d22665475623c8c8d45"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/js-tokens/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0e440af0eefc12535ba7b998ca49db43f60bcda4"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/json5/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "42a90a2f47121a25578cb1cfecfd51899cf2a65b"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/json5/lib/parse.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "dc7db617ff95008f7cef920c25537b5049217b64"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/json5/lib/stringify.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7e6860a405147e2dc619f6a25462b00dda7d2b59"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/json5/lib/unicode.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c4feb185891a963e9051414ca502707a4f85aa43"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/json5/lib/util.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2bc7b6ed831e0506ef0aab9d714c00070952cc14"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/jsonfile/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "91c9c57af8bd81ee9a62a5b25797ea32883c15b0"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/jsonfile/utils.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9fcb3c2e8d7b909360c945cd568cc32fe7cf4596"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/locate-path/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "fcab8e3e9cd86cceafd1cf54effdf45508f8e135"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/lru-cache/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b8b9a8ec246e3ef6fec472a55ab97cd03e0ce0f2"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3a4fde428ba8f0a812b1d59f9b0b786281fb7652"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/tr46/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "02c41eea7eb4ce2d32b7faeb4229edaa28b9d8e4"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/tr46/lib/mappingTable.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "6e09dfd1d4d65675bba0a9bb69e0bd6393f0d5da"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/webidl-conversions/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "32a7715cbd092327cb6b40a1ceb0f768c006cfbc"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/whatwg-url/lib/public-api.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ff500ab0bc64cc68b8925cd6b9d13b5b6240d951"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL-impl.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c59fc2cbaff55db3419a0f3fc3274cb6215555cb"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/whatwg-url/lib/url-state-machine.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ab706cff991edca756adc4a00495ded9a7f24e18"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/whatwg-url/lib/URL.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "849eac5a0d7fd731acf0948d18a9ef6cebf10047"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/node-fetch/node_modules/whatwg-url/lib/utils.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e531f22976a3b992693f328ed7bdd4103d87c08e"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/p-limit/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f4e1896d228ab6e93828fc6b0af02b151e100464"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/p-locate/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "080665a353f339c1f41ef501128a328e36f0154f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/parse-png/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2f1c3acbbfd093176bb46cd920f3d56ce7243a97"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/path-exists/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e67614299feaa6105ac0b8acff41fbad72d12215"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/bitmapper.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "291aaaaa3e3c04cb236a75492db902423e754a0d"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/bitpacker.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7ed851c84a326fd119b82ae63aad3bd83bc4e5c4"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/chunkstream.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a244fd0cc3cd6b81d39f829d2c6b8fea2188a4c8"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/constants.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "03736523a30bf4decf4170448aa01f9e274be32f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/crc.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0c0c88ba1e409be717d05548ffa85309067c4be5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/filter-pack.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5cd5d74e78e1c0c7de1a5eee58d1d7473b45a6ab"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/filter-parse-async.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "d15dc803a655baac0a8af93794a3767486d743c8"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/filter-parse-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "fe65ba6a3316aa2dbad87ed4ff45a480795ad9bc"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/filter-parse.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1f6653a095a6476d32c9c1394abc191b65575bb0"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/format-normaliser.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "12253773689300111964ee8a5c2c57d7c917e76f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/interlace.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a4856511361e700acea4bd0287264462b229eba9"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/packer-async.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3fe266198f090a4130f4ef8cf371cb2fc96d2a06"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/packer-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b004dd84415f72f396a64550538c9d2c17b509b6"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/packer.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "22133015f4bd4bc7986070d831ae00674a4288cb"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/paeth-predictor.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ede450ba76cf06f92be55c74301f690662317ae2"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/parser-async.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "974ef21f752be4f722e0d9e2bfd691ad9c960aa3"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/parser-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e39c585a727f7a9754e27e848771602b7825b907"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/parser.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ec2a91693f489b0223d0215e6472f9dff3a980f5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/png-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7ab25083cc73086821888f0dd64e4eec2555cbc1"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/png.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "64bfe21afba42a3d774655cea6ac8df9a6d87ce6"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/sync-inflate.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9734df69b3fdfc43cb297654a01ce7ebbcd1b59c"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/pngjs/lib/sync-reader.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c707120b37f53d149555abe065b12240322f167d"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/resolve-from/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "12204537847d8c5d27e3dbeb024c2def138bb3ae"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/safer-buffer/safer.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ad919cad501061f663026f382334cc6ce5a8b381"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/classes/comparator.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "bbb95e311cc51af3911406848972f6cc50761d8f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/classes/range.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "606223f1c88751af07475de84325041f7f0c4069"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/classes/semver.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e7696ae3d261977210a0fe7bc084dc78ae9b3b70"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/clean.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "92466e73dbb620c7b0c58b16e8d39a6d0ff22bc5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/cmp.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "50a23a530aac08f1545e15bf6441bf031282789e"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/coerce.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c64737eb38e2f78a361af16155116dc84c2af368"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/compare-build.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "97ac51143c3f5c2255ba09c0ec0f952a2aecd8d1"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/compare-loose.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1c581d61f0ab057af7fed4ad01c66d0998d1aa03"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/compare.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "33ec903e117ba1fe05cddedb86a9601d94e193a7"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/diff.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a52f6ea79cf0224fda0d44968159b8dc13e36d7c"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/eq.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "498639a97e5682386b94c24096f133db4fd163d0"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/gt.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "d5e2d5e6294e56ee0a42e92e3a89d8cf294cb833"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/gte.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b9c50a385c8e3877108a001fb8548b122a155193"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/inc.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5814d4948ca724f91f2b61213c011bf8034f112f"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/lt.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "fad43ee11cd4b18e2fbaf50593ae540f27365a87"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/lte.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "bd1875ed01c16e0bf753352e775cfc3d993cc228"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/major.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5e2668d635ca6c7bde9bc1b7f763f26674e83c11"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/minor.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4bc0bc3ec293449f5fea1cbcfe976c8d2a26cce5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/neq.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "dfa93428b2368cff5aefd91d812bed067cb31ad6"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/parse.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1bfe17569d11f23f9a539340cee18bba0e3f4f0a"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/patch.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a78ef0c69e82d2a7b1f4f697e620aef6ad1de458"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/prerelease.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "40a72fe55e64efcc0a5c6b859a0378ab030837db"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/rcompare.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "51f8192667aa9e1320e7fe0616b583039e8042c0"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/rsort.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1e99dcf8aa9518558b2a6945302273ac7b8d69bc"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/satisfies.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "47a3e3141433768a2ca6a03841c842d15cf419c2"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/sort.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b7fc2bc365d5f6f9e2ad842441755e7b8b19de5c"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/functions/valid.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "edc5b800b8f302ac7ce238a419a02810cdeed8f2"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c01f38060f8c1eea0a62ee127afc3a7601029818"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/internal/constants.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "819a733e61b6014ca6feeb6a570304612afe2b52"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/internal/debug.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "d6166e7a8eda16340619cb02ee09c19a422b8333"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/internal/identifiers.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "510c174c5bfc993023542e3b4f699cd18e2e0559"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/internal/parse-options.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "19a8ad4d2c32f4386402bd9eb235df80c73a8f75"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/internal/re.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4847405c77f0465eb4baebe1385b155e72b57f6a"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/gtr.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4f69fb02e28923fe7126531d80862dc85bf94c19"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/intersects.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3763224a30a86582b56a4cdf1ebaa97b5038e1c8"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/ltr.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "d4948b6f660390895f8ac0cfe4cad97bc1f15190"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/max-satisfying.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4dcef246781158eef12758041375d1bce437a383"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/min-satisfying.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2155aea4b92343159e1b803f878a47297ca9aa66"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/min-version.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "04dab32f676a52ee4c81f440eb1b5d6c7511afa5"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/outside.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c6f8b84ebd967e5479159e2f876f3ba27530eb97"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/simplify.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "bc651999d477c5698289adcd2ed8773cf7a2da11"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/subset.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "94dce217bb98598dad72f194de19c5e2f3246d7b"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/to-comparators.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "4d609454b2e81450d85be8f56109af8ba6b61b92"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/semver/ranges/valid.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7a1c6afbe83e28264a384b43ab8f6765f7649114"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/signal-exit/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "01dd760bf2a5e45361536c8c46aa0e2ef5199722"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/signal-exit/signals.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "6e1c2ff72044c1901590ffd119245461fb85a6bc"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/supports-color/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3773691818b7b49ed40595e91be318a3a98d7795"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/universalify/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "766f4d54ce23676e08f0d19619097f38c0b7a018"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/write-file-atomic/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2f47b62b2168ce083928ce8c2e5b5bbb377a4ca7"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/yallist/iterator.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "357867d11a5f3f9a52d44300e107ef4b8ceb9830"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/yallist/yallist.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2b9d967d60fadfc9f15b946dfea21e05b41eb6d3"
  },
  {
    "type": "file",
    "filePath": "../../node_modules/yocto-queue/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ec0be6ffda71356067a94dd911e42b1ae0fd1db9"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/android/Colors.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "27e6a962128273f70ea9dbe8dec39364ad5b0c19"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/android/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "99417b7d163000d7c02e9c396b6e17da134d2c42"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/android/Manifest.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ddbdd1d8a43caf2d05cad65824c06ae4a030ac25"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/android/Permissions.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "cdaa6f394083cb0a63b42f12f6b1c432f24a96ed"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f0710164d36fb0871c8cc49f28eaacb1fa644259"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/ios/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "39aa610963c60135b42a31dfa9721e239eb49f54"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/ios/Permissions.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "301690d974192122cb35622ec790728c354cb9eb"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/Plugin.types.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e68fd270e957d25cf519045087a862339b49f476"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/android-plugins.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0bf7e9be30ee7c208b7cec50779e25497a94f0c5"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/createBaseMod.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "56740f7665ca5898a8a4c8a0e83964d9cce48a9e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/ios-plugins.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "cc1ac0c03c5ea339ed139bb0944f85d44b5ab5be"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withAndroidBaseMods.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8130d13c05fd4ca4908864f003375358affda72b"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withDangerousMod.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "cac51d93ad3fd3949ba8801c5f639a4f35eb08be"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withIosBaseMods.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "aa62eb5a09544bd8a103de38013f21c16220e4a7"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withMod.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3b74be2e54aa9eb0a1d53d287082eb382defb779"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withPlugins.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7ba3e665cc8a4c755ad25c0d3d38b1af5ca91522"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withRunOnce.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a55de154aa01404a977e92fa786d55d2169e3ec1"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/plugins/withStaticPlugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c265fa10ede44ca5ccb580b4e0c46c157483a07f"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/utils/history.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e6a7800c86404ee5ac57d32928802338b2088a4c"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/utils/modules.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8786d64dd6b55896e065c45c9e33178381360a5b"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-plugins/build/utils/plugin-resolver.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7a81e971da8052a3567a1418e0f94c26a2f72c86"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config-types/build/ExpoConfig.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "168749bf4ff249fd96ab17490d985c97de509d01"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/Config.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a7412c500170926d05d4a2a7814f360736769194"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/Config.types.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b738290d9ea6abdef352ab58c91f9c82f4e6576e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/Errors.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9a86b3087a24aadb9f89180866dcec30a04be0ab"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/getConfig.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "85fce2d4d84d7fcc540bb2fc3d28aee49c869dcc"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/getExpoSDKVersion.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ac27d7e4dfd6506b5ec23852e9f732a4a19e21cb"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "008da0e45611e45c758ffa6a454db78a43b76b96"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/plugins/withConfigPlugins.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b1c0c2673ced8f2247bdd98f8996623cbdc3b5e1"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/plugins/withInternal.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f34869779dc9bdbd96324bcf38e1e87966e1fff4"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/resolvePackageJson.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "0cfbcb7579dc03dde2702efe12bf88915db8b498"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/config/build/Serialize.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1c08d7410385dca1b1dec248cc7ebbc4e6f7eacd"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/Cache.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "28c5b4c94d910afc4c2cae688d0668ddc455c4cf"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/Download.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5f2fae836288c1c3f351784af6d780fb9e5b567e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/env.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9ca75fde021dcc793c86c8b903fb9366336e9213"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/Ico.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2b43ac494927b84820a54af225f2d2f9fed5415d"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/Image.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a569880fd70e6101501a21183287f2c6bd627503"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "423a4b7f467daea424896bfc959afe279737dc5d"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/jimp.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5925a3cb53b1ed7c3eb42ebfeafe0050d309c253"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/build/sharp.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9ac70cc44fceb7d5ef5a43e6b11ed1f3b33507a7"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/crypto-random-string/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e2f2f1917583ed836e7da2293a164953efd4db61"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/copy-sync/copy-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3577d8fb71b1143769781f886e5e91a28458591c"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/copy-sync/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "3cf1fca7a7d2c1aba4a508a38e31c344d7255108"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/copy/copy.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7715091e1e3173e3f5375092f035992cba09b39e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/copy/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f685df7a46989c967bf917a5632a587298e22e40"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/empty/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "72cfa757c416b468768d363ece8e71b66527577e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/file.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "80c2a847a193ab5a9732746b6f5953cb50593f33"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "68e93d6534353e9665f5d954de79edb27297b68f"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/link.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "87a056a34d6f9e0afcc150c235c6b972afc8cf7f"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/symlink-paths.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "50fbb32d40b697a96fde72b07259933a9a72411a"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/symlink-type.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "60686b2062037afe9661f006a43e124441409353"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/ensure/symlink.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "dfc14c66722e60dc6879221877aecf9481d96b91"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/fs/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "03fda141eda6bda4898839e2b81cf9772f539d62"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b7111abcfec63f3c14d78fa1ab083daadb2a70d0"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/json/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "047cedb67b8047183dfded82b56969c688dc5008"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/json/jsonfile.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "6631d5dab8ea65a104dd9113357b4f0a2ada6fcc"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/json/output-json-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2f46f4bf9814aea91b0f6763c5d0f07e0ea9de05"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/json/output-json.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7a5ab88d3e20934904d7bffb20995b852442c0bb"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/mkdirs/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b0d9fcf6032f19505d113a6ea1ba769600751f28"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/mkdirs/make-dir.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "65c2c0621c17a57a8c8bf86726478f2470f84ed6"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/move-sync/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ac40f3d0062886869329d8c31810935ad7c34ff5"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/move-sync/move-sync.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "a391900c2c6e74e81d81c4414d9ef2bea7dd8ad9"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/move/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "482e376c2d37368c3c202905b93429f3d46c9914"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/move/move.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5f4c2db7135a3cfc04d9711474173fa4fb606c6a"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/output/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "1b0879db53a00bbfeddcfdc0c190901387bab7bd"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/path-exists/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "6e6491c1ab3389433d1b39a33b3ac8760649a2c8"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/remove/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "43a7630664db987ce37fc634b7474b6b9428ab4e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/remove/rimraf.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "00cfe0217cbe017b1005a316a403273b5bedaae4"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/util/stat.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "38d324d1535d3303f3eb12af0eccb268194d267e"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/fs-extra/lib/util/utimes.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "dad744f8edf8218685028574c168f77f9f1d75a8"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/temp-dir/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "fec210f312839512b7dc2cf75a98f43a17e772f0"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/tempy/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "780bd08e9e45f6f6bbb552421ad411f82dada60d"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/unique-string/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "74529391c5f6e3db0d067ac40557eb42f58a2360"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/image-utils/node_modules/universalify/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "f263fd33193b02d534890c20f95bdab5dbe56625"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/json-file/build/JsonFile.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7ae95b7ecddc54f2b0beee35ca0ce613f70cd0e7"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/json-file/build/JsonFileError.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "642cf9543ab0690e88e81b59b5c7f1506c0ce90b"
  },
  {
    "type": "file",
    "filePath": "../../packages/@expo/json-file/node_modules/@babel/code-frame/lib/index.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "512e07bbb1a46f8242e9226b8f4791420d059458"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-background-fetch/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "af50cf09ab1dedbeda82bfbdb2e5c6de24a944ec"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-background-fetch/package.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5c6e77ea46a68832735b1468b57f68ec1f5a36a6"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-background-fetch/plugin/build/withBackgroundFetch.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "28d0a172c9749772c4b976b60142d0a65d8783c0"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "7d6bdc5b3ca92994eb4bac7fd0816f33ad016fdc"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/package.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b94ae828a1c29dbd0760cd4a23df151e1c9b043f"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/plugin/build/utils.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "34c928cd2d050ecdbc3c0d23eee6acd6429d4cdf"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/plugin/build/withFonts.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8df44fccc94acccbbe9d02c082ed0131c8012ea2"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/plugin/build/withFontsAndroid.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "82bbda85d4ec42a0b959107c4a7ec504015ce134"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-font/plugin/build/withFontsIos.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "43eaf15d277e6c67010f933fb2fc1d74083cc349"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-location/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "c34f5838d7198cfc6d3408e547aa9dbcea2537c8"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-location/package.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "574d4374e44ceb03a6becd4777cec3dfd7d0efb2"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-location/plugin/build/withLocation.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "77a4dcd4aa58c845f61bd217cfd9d21a0459bb4b"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-notifications/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "69c5237da1b08ca20ef03f222acff8024d73f93c"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-notifications/package.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "dcad8512ae3de370425db53b26c9aaf726fcc6eb"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-notifications/plugin/build/withNotifications.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "2a9b6f7e9e39d69cc01769cb61b2e730818203f0"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-notifications/plugin/build/withNotificationsAndroid.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "6a7212871d35d790900772b7c91bcf18195be414"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-notifications/plugin/build/withNotificationsIOS.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "5fa1a810698ce5cbe0505efbffaf1ff621bfb4b9"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-tracking-transparency/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "e85c17d7ec2e0cb14714671d632e9a332799fc3c"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-tracking-transparency/package.json",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "38e262bffb2d35b9922fea81939a03b6b0920971"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-tracking-transparency/plugin/build/withTrackingTransparency.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "ec7daf9209daf408c9010c96f1ab2664b706b646"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-video/app.plugin.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b240b589532d34804aaa85196b487e7fe331f079"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo-video/plugin/build/withExpoVideo.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "249a3c015c756e5b7355552c65bd3ff699d086e9"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo/config-plugins.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "8add888c48c81fa02ee6a78a7120e9c62e8f705c"
  },
  {
    "type": "file",
    "filePath": "../../packages/expo/config.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "9b968626f3cbcfd20dc65b397d6c657a7186902f"
  },
  {
    "type": "file",
    "filePath": "./assets/adaptive-icon.png",
    "reasons": [
      "expoConfigExternalFile"
    ],
    "hash": "3104d7821b7e2f55848c19f3b1a720fb1bdfb9ab"
  },
  {
    "type": "file",
    "filePath": "./assets/icon.png",
    "reasons": [
      "expoConfigExternalFile"
    ],
    "hash": "02104e0d95cfbb850abd03450e4a4daf7570a57f"
  },
  {
    "type": "file",
    "filePath": "./assets/splash.png",
    "reasons": [
      "expoConfigExternalFile"
    ],
    "hash": "3a13365ce217df5e8facf585d7b98dd3135c3733"
  },
  {
    "type": "file",
    "filePath": ".gitignore",
    "reasons": [
      "bareGitIgnore"
    ],
    "hash": "fdd4dba565f3a5fdd4957ef814533a971a4a620e"
  },
  {
    "type": "file",
    "filePath": "plugins/withAndroidNetworkSecurityConfig.js",
    "reasons": [
      "expoConfigPlugins"
    ],
    "hash": "b89ca461b2edc77694b44a3fbb1bc69aa798c944"
  },
  {
    "type": "dir",
    "filePath": "../../node_modules/@react-native-segmented-control/segmented-control",
    "reasons": [
      "bareRncliAutolinking"
    ],
    "hash": "dc1874dac9d7a90d66aab4747e8754641a6f1525"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-apple-authentication/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "0d18dd1534976e663262e0b540a64042392ee65a"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-application/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "02fcb73a07f026c56fbfe236aded69cfddb51979"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-asset/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "7ba8a4b8285ab8f3a6c97be118c563fa357aa180"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-asset/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "11919cb7f6253cd9632f3b0004f1f22d956cbbf3"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-audio/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "f4a3387af1f69703875270f21efb3aa3859ed0f2"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-av/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "f10231af859108182dfdae2ed3eece4f9570ad34"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-background-fetch/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "3ee4a3d49679102bb3a5760ebd0b561e111956f1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-background-fetch/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a3b24813b1857e904086a3a88d75a9beac7e7879"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-barcode-scanner/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "1ce4d37c8d39f5df1cb9739a6dd20998c82e8038"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-barcode-scanner/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "72ba6859410bb386094434debd746e0f6c0795fc"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-battery/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "fb2a1e83ea1fe30c2f81c233a35ac141f1d2ceab"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-battery/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "6266605eb90309421157c003623030200996a747"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-blur/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "2a70a66269fbd165caff824c807c1f0dc1fadd77"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-blur/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "82613a3956e23fdb599bf4a8521a474abe584d26"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-brightness/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "06c3bdbd22b68dc2007c1d076483446fa5160d12"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-brightness/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "533bac24e593541b7417c0835444616a8ed6d3bd"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-calendar/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "4850c9ac72ea29170b943b937882c9084a8d2536"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-calendar/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "ea733e6b5b9830362ba96f2b5013905f77a75216"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-camera/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "92121f2d0bab973e851749dce7a0c47138ee1320"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-camera/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "dc0bfcd987fa60785614c4743cc9ce7f00d497e5"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-cellular/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "2a2e22fe12816d32ca8df4949bc2cf2d91f8b147"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-cellular/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "9cc167a8eadb3cd40627cf85c5a46521130998dc"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-clipboard/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "ae700a515cc376e434e29418dd0833f9bc456bd7"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-clipboard/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "aff7e7a39ac936a300bae3383abd26db4ab033f3"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-constants/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "7992eda9882bd9d700a7709649d74c039f10a171"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-contacts/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "b09e5b3c64acca565352377ec71f9ebbbc8a13e1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-contacts/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "7b5b40766cf393f0c15733d5859542c485f660db"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-crypto/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "0a5870837ff5b9d70fdd9c5a24a1f78f02eb181b"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-client/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "d377d14022e9e693304b7d792ad2ac887dabc4dc"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-client/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "fe9c7deb35f90579d08cbe658f25363251a8275e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-launcher",
    "reasons": [
      "expoAutolinkingIos",
      "expoAutolinkingAndroid"
    ],
    "hash": "c63f7ba55747e10163d3604f639e6709071c60fe"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-menu",
    "reasons": [
      "expoAutolinkingIos",
      "expoAutolinkingAndroid"
    ],
    "hash": "1fe772405a1e71ff488502dfd679dc6bd54ee7e9"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-menu-interface/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "95d24e4107cbb861ee2b0fcc38dd527587e442ec"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-dev-menu-interface/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "9d708b433913f053921d56cf76d48d288290159e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-device/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "f5b2d91b5abe83ca6dc32e4372a6a29593a523a2"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-document-picker/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "64af7957c777612f9e8d96083490065855b4faea"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-document-picker/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a7a202144b4136fe09be0bb4d7b2708a0a5d625d"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-eas-client/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "4915ed1c2bde6a7d4fbf3f576eb2166eb06b115c"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-file-system/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "591c4ab01849c36f8ecfcf38b083ad5e2f82f1b1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-font/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "6d16798ccd784a418a501098bd2b4642de8676ae"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-gl",
    "reasons": [
      "expoAutolinkingIos",
      "expoAutolinkingAndroid"
    ],
    "hash": "93fe603e5b53373564640cfe855525c9ad5ec55b"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-haptics/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "0832617d65795ffb10216cedbe0583d7a5dd9cbd"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-haptics/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "77ccaea046fb869f3bf99a95dc929960afc47859"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-loader/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "3a1a41e70a110da8841cd064bc87a83582cefebf"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-loader/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "b1b1855ce081a3b37e9cf141d07aa779a308f1d1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-manipulator/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "77bea46a5a6fc8ed4575b840358180060dc4ca54"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-manipulator/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "5ce93641a534b919eaf87eb8d808aa53446c63e1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-picker/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "02eccf4f3bd3b2b4a7fc2453a041e66b2c3e03c9"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image-picker/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "23e5d0c2183dc9c00b501396918a57e94662b085"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-image/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "96323d0ef207ed6220a513de165ab65aff094547"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-insights/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "fa055c10331b6466c70c0cbf0bf59a8400875fbe"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-insights/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "5895a2ec47934fca0e90d6c4124e964cd6ac7d50"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-intent-launcher/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "bd7586923b097454c1d730c67b7c1c29f65af227"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-json-utils/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "433cf2593fa3a761873ed20c6ebb84415a403cde"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-keep-awake/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "0d9da38768c82fe3a805da5ee09b6ec5b52d5777"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-linear-gradient/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "6be5cd5184be29d36878fed638585144f7644744"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-linear-gradient/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "31477070e6cb5572f19c378ad21c8b7f84a1360d"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-local-authentication/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "de576304713b290e6a8c9982aa8401dc15a5b6d9"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-local-authentication/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "d9bb14e16ba4763d269439062f3b2fea43dc340e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-localization/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "3db8b000e7e0f596917ddceab897e3e8fb41364d"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-location/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "01f7f4a564f67be2b9f1c0b7423c3811c53b5681"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-location/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "9c7a22ba4fe9c8fff1eb171f96ea44f3752b6aac"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-mail-composer/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "66d93ffcc3200898e55f13cf134344d7795d0450"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-mail-composer/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "1bdc51a9051d58ec68669915ea38dcea6cfe8afb"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-manifests/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "7b86567597e43a56dee40e8ad549081a816be834"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-maps/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "01a7bc1f79a6136f1671d52bd38fa200328ba1e8"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-maps/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "81e7e766b30253108a7984f27b08600c4389e048"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-media-library/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "006a63e26c2849bedb35cdc35ba209a0d7ec432a"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-media-library/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "bfcebd1dd3b6493028a010ddb9a1344e62907afa"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-modules-core/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "111e6805efb646e8ac082907a39e9f9478180e59"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-navigation-bar/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "aa8c3d89b70c73615c7e9b3349478663ede08e12"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-network-addons/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "d3c40a99ffb7af6f6410d05fd4a68a00f0ba3e29"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-network/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "b2cb22626ee2438dc6567f9ce199c4a294799d37"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-network/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "965bdff08e675e959c30399a6332402147980820"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-notifications/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "297214e62043b3af2d8368c95ad9c600c330eb69"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-notifications/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "fda8bcf5cd76ba66cfc26f2826ab6e7be5a9005e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-print/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "fe688f2fc4f7af430ab329c31b3173214464fc4c"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-print/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a548de6ffe75d08e4486ddca977c78ec90221543"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-random/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "34579d1ce4a4821c8bf5fc3c3d3fac04cb994a82"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-random/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "0bd3d7fd0f6f1fe5ecd0b05eb71ce7dece09c61e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-screen-capture/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "69716f410fb48569a59a63d4a073cab86c4c52d9"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-screen-capture/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "50c1378530d2e6d272abe9a869a89cb706bb15aa"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-screen-orientation/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "ac978c7789290e52bc2c3fd8067195f9475fb7cb"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-screen-orientation/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "8aba4936e5af93c6b3a985a04bfad1c137754980"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-secure-store/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "1eef5d408bb7cfd6d8cc621006eff5035e4df56e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-secure-store/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "387a401939cc6f605bdcf55496b553f0ec7a5261"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sensors/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "b50fe44b39cebf077d6f1ed621b28dbf5f5dc427"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sensors/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "03064e47fed417476a980f33097a437aa0aed2b8"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sharing/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "0a4c0b113452bea2be581dab884771ff513b0f64"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sharing/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a2037dca43d59caad56e9836d6d8f948eb0501ac"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sms/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "42e72269676fd499451915e3fe9119170d491a3d"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sms/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "96f1a731fed8cb82a8d2eb947365a13686acf826"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-speech/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "a8a2d2455a84047ab507779711af3b1469b2e663"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-speech/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "91fa6e7c135c31c4a212f175eedeb8dbf0832409"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-splash-screen/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "faf1e3602f6f3713fe17672a3a96a26d03c1a588"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sqlite/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "062b3bba4527c6ae783661fcb2a06c9b460d51f5"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-sqlite/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "f9a9a513c1f3c4590de780b51d6a2c5b5491ea78"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-store-review/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "92bae8439a3fc3087a6d58931732452dfc289cb4"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-store-review/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "1f138a3553b83b9f2400c96b6f470aef9ba19ed5"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-structured-headers/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "06ec7f2a99202e0edf3200340e1142a1d1020bff"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-symbols/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "9ef5bfa91fafa212a6c4d6a27565c2880ef72325"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-system-ui/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "cf0cbc844559a80dca58edc5912c37b8a4d107b1"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-system-ui/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "c9beb85b05eb04b6a3dfd05a06cbedc5dcc23de2"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-task-manager/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "5ef59e94acd7de97c0b27d8b4c00b8078948a84b"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-task-manager/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "1cdbcbde7f5eb2308ec2d74bf19aab35b76cac3f"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-tracking-transparency/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "5b5c18eadd34e5a40b1adf4c3ad13eae0e18ccb5"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-tracking-transparency/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "4c6114cd53f22c050edb936106c44e4ca1b01af0"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-updates-interface/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "d12d0324634587fb099247a39371ece538ea09f4"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-updates/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "6f3e69d727f34f1e7dacab7ef8f1cccff1ee5285"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-video-thumbnails/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "a326aa91055295b44acbb5fe2c54a5ba7c283c18"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-video-thumbnails/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "7fde6954efebbc1b86f1dfc10a0c6d380b0c761e"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-video/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "126788f57f390bb8dccb14f7f86663818b83fda7"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-video/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "5ce19866dac9f4913d8abc2e78e6d88134450d58"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-web-browser/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "9802c31793399eaff4dfe340224138d5705f1c4c"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo-web-browser/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a3689bd1cb825a8e26e2dbcf70f27cc04e525209"
  },
  {
    "type": "dir",
    "filePath": "../../packages/expo/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "f2b29d2e7380a8275ad654c2dd0932e1229f6a4d"
  },
  {
    "type": "dir",
    "filePath": "../../packages/unimodules-app-loader/android",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "83d5b8a62378441141fe8f1f52e4fd7bd76c626c"
  },
  {
    "type": "dir",
    "filePath": "../../packages/unimodules-app-loader/ios",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "c91de6638e49688d1694d5f91aa69e2c7b35b296"
  },
  {
    "type": "dir",
    "filePath": "android",
    "reasons": [
      "bareNativeDir"
    ],
    "hash": "0aa4b2e10ef43214dcd7b740a59cc1829fb7fdee"
  },
  {
    "type": "dir",
    "filePath": "ios",
    "reasons": [
      "bareNativeDir"
    ],
    "hash": "91127f6ad664592948835bc4072d5b70ef565720"
  },
  {
    "type": "contents",
    "id": "expoAutolinkingConfig:android",
    "contents": "{\"extraDependencies\":[],\"modules\":[{\"packageName\":\"expo\",\"packageVersion\":\"51.0.0-preview.8\",\"projects\":[{\"name\":\"expo\",\"sourceDir\":\"../../packages/expo/android\"}],\"modules\":[]},{\"packageName\":\"expo-application\",\"packageVersion\":\"5.9.1\",\"projects\":[{\"name\":\"expo-application\",\"sourceDir\":\"../../packages/expo-application/android\"}],\"modules\":[\"expo.modules.application.ApplicationModule\"]},{\"packageName\":\"expo-asset\",\"packageVersion\":\"10.0.3\",\"projects\":[{\"name\":\"expo-asset\",\"sourceDir\":\"../../packages/expo-asset/android\"}],\"modules\":[\"expo.modules.asset.AssetModule\"]},{\"packageName\":\"expo-av\",\"packageVersion\":\"14.0.2\",\"projects\":[{\"name\":\"expo-av\",\"sourceDir\":\"../../packages/expo-av/android\"}],\"modules\":[\"expo.modules.av.video.VideoViewModule\",\"expo.modules.av.AVModule\"]},{\"packageName\":\"expo-background-fetch\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-background-fetch\",\"sourceDir\":\"../../packages/expo-background-fetch/android\"}],\"modules\":[\"expo.modules.backgroundfetch.BackgroundFetchModule\"]},{\"packageName\":\"expo-barcode-scanner\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-barcode-scanner\",\"sourceDir\":\"../../packages/expo-barcode-scanner/android\"}],\"modules\":[\"expo.modules.barcodescanner.BarCodeScannerModule\"]},{\"packageName\":\"expo-battery\",\"packageVersion\":\"8.0.1\",\"projects\":[{\"name\":\"expo-battery\",\"sourceDir\":\"../../packages/expo-battery/android\"}],\"modules\":[\"expo.modules.battery.BatteryModule\"]},{\"packageName\":\"expo-blur\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-blur\",\"sourceDir\":\"../../packages/expo-blur/android\"}],\"modules\":[\"expo.modules.blur.BlurModule\"]},{\"packageName\":\"expo-brightness\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-brightness\",\"sourceDir\":\"../../packages/expo-brightness/android\"}],\"modules\":[\"expo.modules.brightness.BrightnessModule\"]},{\"packageName\":\"expo-calendar\",\"packageVersion\":\"13.0.2\",\"projects\":[{\"name\":\"expo-calendar\",\"sourceDir\":\"../../packages/expo-calendar/android\"}],\"modules\":[\"expo.modules.calendar.CalendarModule\"]},{\"packageName\":\"expo-camera\",\"packageVersion\":\"15.0.3\",\"projects\":[{\"name\":\"expo-camera\",\"sourceDir\":\"../../packages/expo-camera/android\"}],\"modules\":[\"expo.modules.camera.CameraViewModule\",\"expo.modules.camera.legacy.CameraViewLegacyModule\"]},{\"packageName\":\"expo-cellular\",\"packageVersion\":\"6.0.1\",\"projects\":[{\"name\":\"expo-cellular\",\"sourceDir\":\"../../packages/expo-cellular/android\"}],\"modules\":[\"expo.modules.cellular.CellularModule\"]},{\"packageName\":\"expo-clipboard\",\"packageVersion\":\"6.0.2\",\"projects\":[{\"name\":\"expo-clipboard\",\"sourceDir\":\"../../packages/expo-clipboard/android\"}],\"modules\":[\"expo.modules.clipboard.ClipboardModule\"]},{\"packageName\":\"expo-constants\",\"packageVersion\":\"16.0.1\",\"projects\":[{\"name\":\"expo-constants\",\"sourceDir\":\"../../packages/expo-constants/android\"}],\"modules\":[\"expo.modules.constants.ConstantsModule\"]},{\"packageName\":\"expo-contacts\",\"packageVersion\":\"13.0.2\",\"projects\":[{\"name\":\"expo-contacts\",\"sourceDir\":\"../../packages/expo-contacts/android\"}],\"modules\":[\"expo.modules.contacts.ContactsModule\"]},{\"packageName\":\"expo-crypto\",\"packageVersion\":\"13.0.2\",\"projects\":[{\"name\":\"expo-crypto\",\"sourceDir\":\"../../packages/expo-crypto/android\"}],\"modules\":[\"expo.modules.crypto.CryptoModule\"]},{\"packageName\":\"expo-dev-client\",\"packageVersion\":\"4.0.6\",\"projects\":[{\"name\":\"expo-dev-client\",\"sourceDir\":\"../../packages/expo-dev-client/android\"}],\"modules\":[]},{\"packageName\":\"expo-dev-launcher\",\"packageVersion\":\"4.0.6\",\"projects\":[{\"name\":\"expo-dev-launcher\",\"sourceDir\":\"../../packages/expo-dev-launcher/android\"}],\"plugins\":[{\"id\":\"expo-dev-launcher-gradle-plugin\",\"group\":\"expo.modules\",\"sourceDir\":\"/home/runner/work/expo/expo/packages/expo-dev-launcher/expo-dev-launcher-gradle-plugin\"}],\"modules\":[]},{\"packageName\":\"expo-dev-menu\",\"packageVersion\":\"5.0.8\",\"projects\":[{\"name\":\"expo-dev-menu\",\"sourceDir\":\"../../packages/expo-dev-menu/android\"}],\"modules\":[\"expo.modules.devmenu.modules.DevMenuModule\",\"expo.modules.devmenu.modules.DevMenuPreferences\"]},{\"packageName\":\"expo-dev-menu-interface\",\"packageVersion\":\"1.8.2\",\"projects\":[{\"name\":\"expo-dev-menu-interface\",\"sourceDir\":\"../../packages/expo-dev-menu-interface/android\"}],\"modules\":[]},{\"packageName\":\"expo-device\",\"packageVersion\":\"6.0.1\",\"projects\":[{\"name\":\"expo-device\",\"sourceDir\":\"../../packages/expo-device/android\"}],\"modules\":[\"expo.modules.device.DeviceModule\"]},{\"packageName\":\"expo-document-picker\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-document-picker\",\"sourceDir\":\"../../packages/expo-document-picker/android\"}],\"modules\":[\"expo.modules.documentpicker.DocumentPickerModule\"]},{\"packageName\":\"expo-eas-client\",\"packageVersion\":\"0.12.0\",\"projects\":[{\"name\":\"expo-eas-client\",\"sourceDir\":\"../../packages/expo-eas-client/android\"}],\"modules\":[\"expo.modules.easclient.EASClientModule\"]},{\"packageName\":\"expo-file-system\",\"packageVersion\":\"17.0.1\",\"projects\":[{\"name\":\"expo-file-system\",\"sourceDir\":\"../../packages/expo-file-system/android\"}],\"modules\":[\"expo.modules.filesystem.FileSystemModule\"]},{\"packageName\":\"expo-font\",\"packageVersion\":\"12.0.4\",\"projects\":[{\"name\":\"expo-font\",\"sourceDir\":\"../../packages/expo-font/android\"}],\"modules\":[\"expo.modules.font.FontLoaderModule\"]},{\"packageName\":\"expo-gl\",\"packageVersion\":\"14.0.2\",\"projects\":[{\"name\":\"expo-gl\",\"sourceDir\":\"../../packages/expo-gl/android\"}],\"modules\":[\"expo.modules.gl.GLViewModule\",\"expo.modules.gl.GLObjectManagerModule\"]},{\"packageName\":\"expo-haptics\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-haptics\",\"sourceDir\":\"../../packages/expo-haptics/android\"}],\"modules\":[\"expo.modules.haptics.HapticsModule\"]},{\"packageName\":\"expo-image\",\"packageVersion\":\"1.12.4\",\"projects\":[{\"name\":\"expo-image\",\"sourceDir\":\"../../packages/expo-image/android\"}],\"modules\":[\"expo.modules.image.ExpoImageModule\"]},{\"packageName\":\"expo-image-loader\",\"packageVersion\":\"4.7.0\",\"projects\":[{\"name\":\"expo-image-loader\",\"sourceDir\":\"../../packages/expo-image-loader/android\"}],\"modules\":[]},{\"packageName\":\"expo-image-manipulator\",\"packageVersion\":\"12.0.2\",\"projects\":[{\"name\":\"expo-image-manipulator\",\"sourceDir\":\"../../packages/expo-image-manipulator/android\"}],\"modules\":[\"expo.modules.imagemanipulator.ImageManipulatorModule\"]},{\"packageName\":\"expo-image-picker\",\"packageVersion\":\"15.0.3\",\"projects\":[{\"name\":\"expo-image-picker\",\"sourceDir\":\"../../packages/expo-image-picker/android\"}],\"modules\":[\"expo.modules.imagepicker.ImagePickerModule\"]},{\"packageName\":\"expo-insights\",\"packageVersion\":\"0.7.0\",\"projects\":[{\"name\":\"expo-insights\",\"sourceDir\":\"../../packages/expo-insights/android\"}],\"modules\":[\"expo.modules.insights.ExpoInsightsModule\"]},{\"packageName\":\"expo-intent-launcher\",\"packageVersion\":\"11.0.1\",\"projects\":[{\"name\":\"expo-intent-launcher\",\"sourceDir\":\"../../packages/expo-intent-launcher/android\"}],\"modules\":[\"expo.modules.intentlauncher.IntentLauncherModule\"]},{\"packageName\":\"expo-json-utils\",\"packageVersion\":\"0.13.1\",\"projects\":[{\"name\":\"expo-json-utils\",\"sourceDir\":\"../../packages/expo-json-utils/android\"}],\"modules\":[]},{\"packageName\":\"expo-keep-awake\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-keep-awake\",\"sourceDir\":\"../../packages/expo-keep-awake/android\"}],\"modules\":[\"expo.modules.keepawake.KeepAwakeModule\"]},{\"packageName\":\"expo-linear-gradient\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-linear-gradient\",\"sourceDir\":\"../../packages/expo-linear-gradient/android\"}],\"modules\":[\"expo.modules.lineargradient.LinearGradientModule\"]},{\"packageName\":\"expo-local-authentication\",\"packageVersion\":\"14.0.1\",\"projects\":[{\"name\":\"expo-local-authentication\",\"sourceDir\":\"../../packages/expo-local-authentication/android\"}],\"modules\":[\"expo.modules.localauthentication.LocalAuthenticationModule\"]},{\"packageName\":\"expo-localization\",\"packageVersion\":\"15.0.1\",\"projects\":[{\"name\":\"expo-localization\",\"sourceDir\":\"../../packages/expo-localization/android\"}],\"modules\":[\"expo.modules.localization.LocalizationModule\"]},{\"packageName\":\"expo-location\",\"packageVersion\":\"17.0.1\",\"projects\":[{\"name\":\"expo-location\",\"sourceDir\":\"../../packages/expo-location/android\"}],\"modules\":[\"expo.modules.location.LocationModule\"]},{\"packageName\":\"expo-mail-composer\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-mail-composer\",\"sourceDir\":\"../../packages/expo-mail-composer/android\"}],\"modules\":[\"expo.modules.mailcomposer.MailComposerModule\"]},{\"packageName\":\"expo-manifests\",\"packageVersion\":\"0.14.1\",\"projects\":[{\"name\":\"expo-manifests\",\"sourceDir\":\"../../packages/expo-manifests/android\"}],\"modules\":[]},{\"packageName\":\"expo-maps\",\"packageVersion\":\"0.4.0\",\"projects\":[{\"name\":\"expo-maps\",\"sourceDir\":\"../../packages/expo-maps/android\"}],\"modules\":[\"expo.modules.maps.ExpoGoogleMapsModule\"]},{\"packageName\":\"expo-media-library\",\"packageVersion\":\"16.0.3\",\"projects\":[{\"name\":\"expo-media-library\",\"sourceDir\":\"../../packages/expo-media-library/android\"}],\"modules\":[\"expo.modules.medialibrary.MediaLibraryModule\"]},{\"packageName\":\"expo-modules-core\",\"packageVersion\":\"1.12.4\",\"projects\":[{\"name\":\"expo-modules-core\",\"sourceDir\":\"../../packages/expo-modules-core/android\"}],\"modules\":[]},{\"packageName\":\"expo-navigation-bar\",\"packageVersion\":\"3.0.2\",\"projects\":[{\"name\":\"expo-navigation-bar\",\"sourceDir\":\"../../packages/expo-navigation-bar/android\"}],\"modules\":[\"expo.modules.navigationbar.NavigationBarModule\"]},{\"packageName\":\"expo-network\",\"packageVersion\":\"6.0.1\",\"projects\":[{\"name\":\"expo-network\",\"sourceDir\":\"../../packages/expo-network/android\"}],\"modules\":[\"expo.modules.network.NetworkModule\"]},{\"packageName\":\"expo-network-addons\",\"packageVersion\":\"0.6.0\",\"projects\":[{\"name\":\"expo-network-addons\",\"sourceDir\":\"../../packages/expo-network-addons/android\"}],\"plugins\":[{\"id\":\"expo-network-addons-gradle-plugin\",\"group\":\"expo.modules\",\"sourceDir\":\"/home/runner/work/expo/expo/packages/expo-network-addons/expo-network-addons-gradle-plugin\"}],\"modules\":[]},{\"packageName\":\"expo-notifications\",\"packageVersion\":\"0.28.1\",\"projects\":[{\"name\":\"expo-notifications\",\"sourceDir\":\"../../packages/expo-notifications/android\"}],\"modules\":[\"expo.modules.notifications.badge.BadgeModule\",\"expo.modules.notifications.notifications.background.ExpoBackgroundNotificationTasksModule\",\"expo.modules.notifications.notifications.categories.ExpoNotificationCategoriesModule\",\"expo.modules.notifications.notifications.channels.NotificationChannelGroupManagerModule\",\"expo.modules.notifications.notifications.channels.NotificationChannelManagerModule\",\"expo.modules.notifications.notifications.emitting.NotificationsEmitter\",\"expo.modules.notifications.notifications.handling.NotificationsHandler\",\"expo.modules.notifications.permissions.NotificationPermissionsModule\",\"expo.modules.notifications.notifications.presentation.ExpoNotificationPresentationModule\",\"expo.modules.notifications.notifications.scheduling.NotificationScheduler\",\"expo.modules.notifications.serverregistration.ServerRegistrationModule\",\"expo.modules.notifications.tokens.PushTokenModule\"]},{\"packageName\":\"expo-print\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-print\",\"sourceDir\":\"../../packages/expo-print/android\"}],\"modules\":[\"expo.modules.print.PrintModule\"]},{\"packageName\":\"expo-random\",\"packageVersion\":\"14.0.1\",\"projects\":[{\"name\":\"expo-random\",\"sourceDir\":\"../../packages/expo-random/android\"}],\"modules\":[\"expo.modules.random.RandomModule\"]},{\"packageName\":\"expo-screen-capture\",\"packageVersion\":\"6.0.1\",\"projects\":[{\"name\":\"expo-screen-capture\",\"sourceDir\":\"../../packages/expo-screen-capture/android\"}],\"modules\":[\"expo.modules.screencapture.ScreenCaptureModule\"]},{\"packageName\":\"expo-screen-orientation\",\"packageVersion\":\"7.0.2\",\"projects\":[{\"name\":\"expo-screen-orientation\",\"sourceDir\":\"../../packages/expo-screen-orientation/android\"}],\"modules\":[\"expo.modules.screenorientation.ScreenOrientationModule\"]},{\"packageName\":\"expo-secure-store\",\"packageVersion\":\"13.0.1\",\"projects\":[{\"name\":\"expo-secure-store\",\"sourceDir\":\"../../packages/expo-secure-store/android\"}],\"modules\":[\"expo.modules.securestore.SecureStoreModule\"]},{\"packageName\":\"expo-sensors\",\"packageVersion\":\"13.0.3\",\"projects\":[{\"name\":\"expo-sensors\",\"sourceDir\":\"../../packages/expo-sensors/android\"}],\"modules\":[\"expo.modules.sensors.modules.AccelerometerModule\",\"expo.modules.sensors.modules.BarometerModule\",\"expo.modules.sensors.modules.GyroscopeModule\",\"expo.modules.sensors.modules.LightSensorModule\",\"expo.modules.sensors.modules.DeviceMotionModule\",\"expo.modules.sensors.modules.MagnetometerModule\",\"expo.modules.sensors.modules.MagnetometerUncalibratedModule\",\"expo.modules.sensors.modules.PedometerModule\"]},{\"packageName\":\"expo-sharing\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-sharing\",\"sourceDir\":\"../../packages/expo-sharing/android\"}],\"modules\":[\"expo.modules.sharing.SharingModule\"]},{\"packageName\":\"expo-sms\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-sms\",\"sourceDir\":\"../../packages/expo-sms/android\"}],\"modules\":[\"expo.modules.sms.SMSModule\"]},{\"packageName\":\"expo-speech\",\"packageVersion\":\"12.0.1\",\"projects\":[{\"name\":\"expo-speech\",\"sourceDir\":\"../../packages/expo-speech/android\"}],\"modules\":[\"expo.modules.speech.SpeechModule\"]},{\"packageName\":\"expo-splash-screen\",\"packageVersion\":\"0.27.2\",\"projects\":[{\"name\":\"expo-splash-screen\",\"sourceDir\":\"../../packages/expo-splash-screen/android\"}],\"modules\":[\"expo.modules.splashscreen.SplashScreenModule\"]},{\"packageName\":\"expo-sqlite\",\"packageVersion\":\"14.0.3\",\"projects\":[{\"name\":\"expo-sqlite\",\"sourceDir\":\"../../packages/expo-sqlite/android\"}],\"modules\":[\"expo.modules.sqlite.SQLiteModule\",\"expo.modules.sqlite.SQLiteModuleNext\"]},{\"packageName\":\"expo-store-review\",\"packageVersion\":\"7.0.1\",\"projects\":[{\"name\":\"expo-store-review\",\"sourceDir\":\"../../packages/expo-store-review/android\"}],\"modules\":[\"expo.modules.storereview.StoreReviewModule\"]},{\"packageName\":\"expo-structured-headers\",\"packageVersion\":\"3.8.0\",\"projects\":[{\"name\":\"expo-structured-headers\",\"sourceDir\":\"../../packages/expo-structured-headers/android\"}],\"modules\":[]},{\"packageName\":\"expo-system-ui\",\"packageVersion\":\"3.0.2\",\"projects\":[{\"name\":\"expo-system-ui\",\"sourceDir\":\"../../packages/expo-system-ui/android\"}],\"modules\":[\"expo.modules.systemui.SystemUIModule\"]},{\"packageName\":\"expo-task-manager\",\"packageVersion\":\"11.8.1\",\"projects\":[{\"name\":\"expo-task-manager\",\"sourceDir\":\"../../packages/expo-task-manager/android\"}],\"modules\":[\"expo.modules.taskManager.TaskManagerModule\"]},{\"packageName\":\"expo-tracking-transparency\",\"packageVersion\":\"4.0.2\",\"projects\":[{\"name\":\"expo-tracking-transparency\",\"sourceDir\":\"../../packages/expo-tracking-transparency/android\"}],\"modules\":[\"expo.modules.trackingtransparency.TrackingTransparencyModule\"]},{\"packageName\":\"expo-updates\",\"packageVersion\":\"0.25.5\",\"projects\":[{\"name\":\"expo-updates\",\"sourceDir\":\"../../packages/expo-updates/android\"}],\"plugins\":[{\"id\":\"expo-updates-gradle-plugin\",\"group\":\"expo.modules\",\"sourceDir\":\"/home/runner/work/expo/expo/packages/expo-updates/expo-updates-gradle-plugin\"}],\"modules\":[\"expo.modules.updates.UpdatesModule\"]},{\"packageName\":\"expo-updates-interface\",\"packageVersion\":\"0.16.1\",\"projects\":[{\"name\":\"expo-updates-interface\",\"sourceDir\":\"../../packages/expo-updates-interface/android\"}],\"modules\":[]},{\"packageName\":\"expo-video\",\"packageVersion\":\"1.1.5\",\"projects\":[{\"name\":\"expo-video\",\"sourceDir\":\"../../packages/expo-video/android\"}],\"modules\":[\"expo.modules.video.VideoModule\"]},{\"packageName\":\"expo-video-thumbnails\",\"packageVersion\":\"8.0.0\",\"projects\":[{\"name\":\"expo-video-thumbnails\",\"sourceDir\":\"../../packages/expo-video-thumbnails/android\"}],\"modules\":[\"expo.modules.videothumbnails.VideoThumbnailsModule\"]},{\"packageName\":\"expo-web-browser\",\"packageVersion\":\"13.0.3\",\"projects\":[{\"name\":\"expo-web-browser\",\"sourceDir\":\"../../packages/expo-web-browser/android\"}],\"modules\":[\"expo.modules.webbrowser.WebBrowserModule\"]},{\"packageName\":\"unimodules-app-loader\",\"packageVersion\":\"4.6.0\",\"projects\":[{\"name\":\"unimodules-app-loader\",\"sourceDir\":\"../../packages/unimodules-app-loader/android\"}],\"modules\":[]}]}",
    "reasons": [
      "expoAutolinkingAndroid"
    ],
    "hash": "6233e818f3969300188384b5a0363f98847f4192"
  },
  {
    "type": "contents",
    "id": "expoAutolinkingConfig:ios",
    "contents": "{\"extraDependencies\":[],\"modules\":[{\"packageName\":\"expo-apple-authentication\",\"packageVersion\":\"6.4.1\",\"pods\":[{\"podName\":\"ExpoAppleAuthentication\",\"podspecDir\":\"../../packages/expo-apple-authentication/ios\"}],\"swiftModuleNames\":[\"ExpoAppleAuthentication\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"AppleAuthenticationModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-asset\",\"packageVersion\":\"10.0.3\",\"pods\":[{\"podName\":\"ExpoAsset\",\"podspecDir\":\"../../packages/expo-asset/ios\"}],\"swiftModuleNames\":[\"ExpoAsset\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"AssetModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-audio\",\"packageVersion\":\"0.1.0\",\"pods\":[{\"podName\":\"ExpoAudio\",\"podspecDir\":\"../../packages/expo-audio/ios\"}],\"swiftModuleNames\":[\"ExpoAudio\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"AudioModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-background-fetch\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoBackgroundFetch\",\"podspecDir\":\"../../packages/expo-background-fetch/ios\"}],\"swiftModuleNames\":[\"ExpoBackgroundFetch\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"BackgroundFetchModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-barcode-scanner\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"EXBarCodeScanner\",\"podspecDir\":\"../../packages/expo-barcode-scanner/ios\"}],\"swiftModuleNames\":[\"EXBarCodeScanner\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"BarCodeScannerModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-battery\",\"packageVersion\":\"8.0.1\",\"pods\":[{\"podName\":\"ExpoBattery\",\"podspecDir\":\"../../packages/expo-battery/ios\"}],\"swiftModuleNames\":[\"ExpoBattery\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"BatteryModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-blur\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoBlur\",\"podspecDir\":\"../../packages/expo-blur/ios\"}],\"swiftModuleNames\":[\"ExpoBlur\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"BlurViewModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-brightness\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoBrightness\",\"podspecDir\":\"../../packages/expo-brightness/ios\"}],\"swiftModuleNames\":[\"ExpoBrightness\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"BrightnessModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-calendar\",\"packageVersion\":\"13.0.2\",\"pods\":[{\"podName\":\"ExpoCalendar\",\"podspecDir\":\"../../packages/expo-calendar/ios\"}],\"swiftModuleNames\":[\"ExpoCalendar\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"CalendarModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-camera\",\"packageVersion\":\"15.0.3\",\"pods\":[{\"podName\":\"ExpoCamera\",\"podspecDir\":\"../../packages/expo-camera/ios\"}],\"swiftModuleNames\":[\"ExpoCamera\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"CameraViewModule\",\"CameraViewLegacyModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-cellular\",\"packageVersion\":\"6.0.1\",\"pods\":[{\"podName\":\"ExpoCellular\",\"podspecDir\":\"../../packages/expo-cellular/ios\"}],\"swiftModuleNames\":[\"ExpoCellular\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"CellularModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-clipboard\",\"packageVersion\":\"6.0.2\",\"pods\":[{\"podName\":\"ExpoClipboard\",\"podspecDir\":\"../../packages/expo-clipboard/ios\"}],\"swiftModuleNames\":[\"ExpoClipboard\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ClipboardModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-contacts\",\"packageVersion\":\"13.0.2\",\"pods\":[{\"podName\":\"ExpoContacts\",\"podspecDir\":\"../../packages/expo-contacts/ios\"}],\"swiftModuleNames\":[\"ExpoContacts\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ContactsModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-dev-client\",\"packageVersion\":\"4.0.6\",\"pods\":[{\"podName\":\"expo-dev-client\",\"podspecDir\":\"../../packages/expo-dev-client/ios\"}],\"swiftModuleNames\":[\"expo_dev_client\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-dev-launcher\",\"packageVersion\":\"4.0.6\",\"pods\":[{\"podName\":\"expo-dev-launcher\",\"podspecDir\":\"../../packages/expo-dev-launcher\"}],\"swiftModuleNames\":[\"EXDevLauncher\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"DevLauncherInternal\",\"DevLauncherAuth\",\"RNCSafeAreaProviderManager\"],\"appDelegateSubscribers\":[\"ExpoDevLauncherAppDelegateSubscriber\"],\"reactDelegateHandlers\":[\"ExpoDevLauncherReactDelegateHandler\"],\"debugOnly\":true},{\"packageName\":\"expo-dev-menu\",\"packageVersion\":\"5.0.8\",\"pods\":[{\"podName\":\"expo-dev-menu\",\"podspecDir\":\"../../packages/expo-dev-menu\"}],\"swiftModuleNames\":[\"EXDevMenu\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"DevMenuModule\",\"DevMenuInternalModule\",\"DevMenuPreferences\",\"RNCSafeAreaProviderManager\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[\"ExpoDevMenuReactDelegateHandler\"],\"debugOnly\":true},{\"packageName\":\"expo-dev-menu-interface\",\"packageVersion\":\"1.8.2\",\"pods\":[{\"podName\":\"expo-dev-menu-interface\",\"podspecDir\":\"../../packages/expo-dev-menu-interface/ios\"}],\"swiftModuleNames\":[\"expo_dev_menu_interface\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-document-picker\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoDocumentPicker\",\"podspecDir\":\"../../packages/expo-document-picker/ios\"}],\"swiftModuleNames\":[\"ExpoDocumentPicker\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"DocumentPickerModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-gl\",\"packageVersion\":\"14.0.2\",\"pods\":[{\"podName\":\"ExpoGL\",\"podspecDir\":\"../../packages/expo-gl\"}],\"swiftModuleNames\":[\"ExpoGL\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"GLViewModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-haptics\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoHaptics\",\"podspecDir\":\"../../packages/expo-haptics/ios\"}],\"swiftModuleNames\":[\"ExpoHaptics\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"HapticsModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-image-loader\",\"packageVersion\":\"4.7.0\",\"pods\":[{\"podName\":\"EXImageLoader\",\"podspecDir\":\"../../packages/expo-image-loader/ios\"}],\"swiftModuleNames\":[\"EXImageLoader\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-image-manipulator\",\"packageVersion\":\"12.0.2\",\"pods\":[{\"podName\":\"ExpoImageManipulator\",\"podspecDir\":\"../../packages/expo-image-manipulator/ios\"}],\"swiftModuleNames\":[\"ExpoImageManipulator\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ImageManipulatorModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-image-picker\",\"packageVersion\":\"15.0.3\",\"pods\":[{\"podName\":\"ExpoImagePicker\",\"podspecDir\":\"../../packages/expo-image-picker/ios\"}],\"swiftModuleNames\":[\"ExpoImagePicker\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ImagePickerModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-insights\",\"packageVersion\":\"0.7.0\",\"pods\":[{\"podName\":\"ExpoInsights\",\"podspecDir\":\"../../packages/expo-insights/ios\"}],\"swiftModuleNames\":[\"ExpoInsights\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"InsightsModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-linear-gradient\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoLinearGradient\",\"podspecDir\":\"../../packages/expo-linear-gradient/ios\"}],\"swiftModuleNames\":[\"ExpoLinearGradient\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"LinearGradientModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-local-authentication\",\"packageVersion\":\"14.0.1\",\"pods\":[{\"podName\":\"ExpoLocalAuthentication\",\"podspecDir\":\"../../packages/expo-local-authentication/ios\"}],\"swiftModuleNames\":[\"ExpoLocalAuthentication\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"LocalAuthenticationModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-location\",\"packageVersion\":\"17.0.1\",\"pods\":[{\"podName\":\"EXLocation\",\"podspecDir\":\"../../packages/expo-location/ios\"}],\"swiftModuleNames\":[\"EXLocation\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-mail-composer\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoMailComposer\",\"podspecDir\":\"../../packages/expo-mail-composer/ios\"}],\"swiftModuleNames\":[\"ExpoMailComposer\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"MailComposerModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-maps\",\"packageVersion\":\"0.4.0\",\"pods\":[{\"podName\":\"ExpoMaps\",\"podspecDir\":\"../../packages/expo-maps/ios\"}],\"swiftModuleNames\":[\"ExpoMaps\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ExpoGoogleMapsModule\",\"ExpoAppleMapsModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-media-library\",\"packageVersion\":\"16.0.3\",\"pods\":[{\"podName\":\"ExpoMediaLibrary\",\"podspecDir\":\"../../packages/expo-media-library/ios\"}],\"swiftModuleNames\":[\"ExpoMediaLibrary\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"MediaLibraryModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-network\",\"packageVersion\":\"6.0.1\",\"pods\":[{\"podName\":\"ExpoNetwork\",\"podspecDir\":\"../../packages/expo-network/ios\"}],\"swiftModuleNames\":[\"ExpoNetwork\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"NetworkModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-notifications\",\"packageVersion\":\"0.28.1\",\"pods\":[{\"podName\":\"EXNotifications\",\"podspecDir\":\"../../packages/expo-notifications/ios\"}],\"swiftModuleNames\":[\"EXNotifications\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-print\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoPrint\",\"podspecDir\":\"../../packages/expo-print/ios\"}],\"swiftModuleNames\":[\"ExpoPrint\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ExpoPrintModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-random\",\"packageVersion\":\"14.0.1\",\"pods\":[{\"podName\":\"ExpoRandom\",\"podspecDir\":\"../../packages/expo-random/ios\"}],\"swiftModuleNames\":[\"ExpoRandom\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"RandomModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-screen-capture\",\"packageVersion\":\"6.0.1\",\"pods\":[{\"podName\":\"ExpoScreenCapture\",\"podspecDir\":\"../../packages/expo-screen-capture/ios\"}],\"swiftModuleNames\":[\"ExpoScreenCapture\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ScreenCaptureModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-screen-orientation\",\"packageVersion\":\"7.0.2\",\"pods\":[{\"podName\":\"ExpoScreenOrientation\",\"podspecDir\":\"../../packages/expo-screen-orientation/ios\"}],\"swiftModuleNames\":[\"ExpoScreenOrientation\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ScreenOrientationModule\"],\"appDelegateSubscribers\":[\"ScreenOrientationAppDelegate\"],\"reactDelegateHandlers\":[\"ScreenOrientationReactDelegateHandler\"],\"debugOnly\":false},{\"packageName\":\"expo-secure-store\",\"packageVersion\":\"13.0.1\",\"pods\":[{\"podName\":\"ExpoSecureStore\",\"podspecDir\":\"../../packages/expo-secure-store/ios\"}],\"swiftModuleNames\":[\"ExpoSecureStore\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"SecureStoreModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-sensors\",\"packageVersion\":\"13.0.3\",\"pods\":[{\"podName\":\"ExpoSensors\",\"podspecDir\":\"../../packages/expo-sensors/ios\"}],\"swiftModuleNames\":[\"ExpoSensors\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"AccelerometerModule\",\"BarometerModule\",\"DeviceMotionModule\",\"GyroscopeModule\",\"MagnetometerModule\",\"MagnetometerUncalibratedModule\",\"PedometerModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-sharing\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoSharing\",\"podspecDir\":\"../../packages/expo-sharing/ios\"}],\"swiftModuleNames\":[\"ExpoSharing\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"SharingModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-sms\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoSMS\",\"podspecDir\":\"../../packages/expo-sms/ios\"}],\"swiftModuleNames\":[\"ExpoSMS\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ExpoSMSModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-speech\",\"packageVersion\":\"12.0.1\",\"pods\":[{\"podName\":\"ExpoSpeech\",\"podspecDir\":\"../../packages/expo-speech/ios\"}],\"swiftModuleNames\":[\"ExpoSpeech\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"SpeechModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-sqlite\",\"packageVersion\":\"14.0.3\",\"pods\":[{\"podName\":\"ExpoSQLite\",\"podspecDir\":\"../../packages/expo-sqlite/ios\"}],\"swiftModuleNames\":[\"ExpoSQLite\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"SQLiteModule\",\"SQLiteModuleNext\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-store-review\",\"packageVersion\":\"7.0.1\",\"pods\":[{\"podName\":\"ExpoStoreReview\",\"podspecDir\":\"../../packages/expo-store-review/ios\"}],\"swiftModuleNames\":[\"ExpoStoreReview\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"StoreReviewModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-symbols\",\"packageVersion\":\"0.1.4\",\"pods\":[{\"podName\":\"ExpoSymbols\",\"podspecDir\":\"../../packages/expo-symbols/ios\"}],\"swiftModuleNames\":[\"ExpoSymbols\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"SymbolModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-system-ui\",\"packageVersion\":\"3.0.2\",\"pods\":[{\"podName\":\"ExpoSystemUI\",\"podspecDir\":\"../../packages/expo-system-ui/ios\"}],\"swiftModuleNames\":[\"ExpoSystemUI\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"ExpoSystemUIModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-task-manager\",\"packageVersion\":\"11.8.1\",\"pods\":[{\"podName\":\"EXTaskManager\",\"podspecDir\":\"../../packages/expo-task-manager/ios\"}],\"swiftModuleNames\":[\"EXTaskManager\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-tracking-transparency\",\"packageVersion\":\"4.0.2\",\"pods\":[{\"podName\":\"ExpoTrackingTransparency\",\"podspecDir\":\"../../packages/expo-tracking-transparency/ios\"}],\"swiftModuleNames\":[\"ExpoTrackingTransparency\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"TrackingTransparencyModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-video\",\"packageVersion\":\"1.1.5\",\"pods\":[{\"podName\":\"ExpoVideo\",\"podspecDir\":\"../../packages/expo-video/ios\"}],\"swiftModuleNames\":[\"ExpoVideo\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"VideoModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-video-thumbnails\",\"packageVersion\":\"8.0.0\",\"pods\":[{\"podName\":\"ExpoVideoThumbnails\",\"podspecDir\":\"../../packages/expo-video-thumbnails/ios\"}],\"swiftModuleNames\":[\"ExpoVideoThumbnails\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"VideoThumbnailsModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"expo-web-browser\",\"packageVersion\":\"13.0.3\",\"pods\":[{\"podName\":\"ExpoWebBrowser\",\"podspecDir\":\"../../packages/expo-web-browser/ios\"}],\"swiftModuleNames\":[\"ExpoWebBrowser\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[\"WebBrowserModule\"],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false},{\"packageName\":\"unimodules-app-loader\",\"packageVersion\":\"4.6.0\",\"pods\":[{\"podName\":\"UMAppLoader\",\"podspecDir\":\"../../packages/unimodules-app-loader/ios\"}],\"swiftModuleNames\":[\"UMAppLoader\"],\"flags\":{\"inhibit_warnings\":false},\"modules\":[],\"appDelegateSubscribers\":[],\"reactDelegateHandlers\":[],\"debugOnly\":false}]}",
    "reasons": [
      "expoAutolinkingIos"
    ],
    "hash": "a0d74e1cf3dcc24d6d5a6c428cb653fa16374b5c"
  },
  {
    "type": "contents",
    "id": "expoConfig",
    "contents": "{\"android\":{\"adaptiveIcon\":{\"backgroundColor\":\"#000020\",\"foregroundImage\":\"./assets/adaptive-icon.png\"},\"package\":\"dev.expo.payments\",\"permissions\":[\"android.permission.ACCESS_BACKGROUND_LOCATION\",\"android.permission.ACCESS_COARSE_LOCATION\",\"android.permission.ACCESS_FINE_LOCATION\",\"android.permission.FOREGROUND_SERVICE\",\"android.permission.FOREGROUND_SERVICE_LOCATION\",\"android.permission.RECEIVE_BOOT_COMPLETED\",\"android.permission.WAKE_LOCK\",\"com.google.android.gms.permission.AD_ID\"],\"scheme\":[\"com.googleusercontent.apps.29635966244-knmlpr1upnv6rs4bumqea7hpit4o7kg2\"]},\"extra\":{\"eas\":{\"projectId\":\"2c28de10-a2cd-11e6-b8ce-59d1587e6774\"}},\"facebookAppId\":\"629712900716487\",\"facebookDisplayName\":\"Expo APIs\",\"facebookScheme\":\"fb629712900716487\",\"icon\":\"./assets/icon.png\",\"ios\":{\"bundleIdentifier\":\"dev.expo.Payments\",\"requireFullScreen\":false,\"scheme\":[\"com.googleusercontent.apps.29635966244-v8mbqt2mtno71thelt7f2i6pob104f6e\",\"msauth.dev.expo.Payments\"],\"supportsTablet\":true},\"name\":\"BareExpo\",\"notification\":{\"serviceWorkerPath\":\"/expo-service-worker.js\",\"vapidPublicKey\":\"BNHvR05XkY5LH9GdN0GreLx2wZnK9IwNJGVmo3jujIkFni4of26E3U3fnt9nUrZfM7h0omdIHKM0eshkzTSFOWQ\"},\"platforms\":[\"android\",\"ios\",\"web\"],\"plugins\":[\"./plugins/withAndroidNetworkSecurityConfig\",\"expo-background-fetch\",\"expo-video\",[\"expo-font\",{\"fonts\":[\"./assets/icomoon.ttf\"]}],[\"expo-location\",{\"isAndroidBackgroundLocationEnabled\":true}],[\"expo-notifications\",{\"color\":\"#4630EB\",\"icon\":\"./assets/ic_stat_notifications.png\",\"sounds\":[\"./assets/notification.wav\"]}],[\"expo-tracking-transparency\",{\"userTrackingPermission\":\"Allow Expo projects to use data for tracking the user or the device\"}]],\"privacy\":\"unlisted\",\"scheme\":\"bareexpo\",\"sdkVersion\":\"51.0.0\",\"slug\":\"bare-expo\",\"splash\":{\"backgroundColor\":\"#000020\",\"image\":\"./assets/splash.png\",\"resizeMode\":\"cover\"},\"updates\":{\"url\":\"https://u.expo.dev/2c28de10-a2cd-11e6-b8ce-59d1587e6774\"},\"version\":\"1.0.0\"}",
    "reasons": [
      "expoConfig"
    ],
    "hash": "460cfb56ae814ba5c8a9c630ae5938835986ec7f"
  },
  {
    "type": "contents",
    "id": "packageJson:scripts",
    "contents": "{\"android\":\"export NODE_ENV=\\\"development\\\" && ./scripts/start-emulator.sh\",\"android:clean\":\"pushd android; rm -rf ./.gradle && ./gradlew --configure-on-demand; popd\",\"ios\":\"export NODE_ENV=\\\"development\\\" && ./scripts/start-simulator.sh\",\"test:ios\":\"export NODE_ENV=\\\"test\\\" && ./scripts/start-simulator.sh\",\"test:android\":\"export NODE_ENV=\\\"test\\\" && ./scripts/start-emulator.sh\",\"edit:android\":\"open -a /Applications/Android\\\\ Studio.app ./android\",\"edit:ios\":\"open -a Xcode ./ios/BareExpo.xcworkspace\",\"start\":\"expo start --reset-cache\",\"clear-metro\":\"watchman watch-del-all && rm -rf /tmp/metro-bundler-cache-* && rm -rf /tmp/haste-map-react-native-packager-*\",\"clear-ios-build\":\"rm -rf ios/build/; kill $(lsof -t -i:8081)\",\"test\":\"jest\",\"open\":\"./scripts/deep-link.sh test-suite\",\"nuke\":\"rm -rf node_modules; rm -rf ios/Pods/ && rm -rf ios/build/ && rm -rf android/.gradle\",\"sync:tools\":\"cp -a ../../../react-native/React/DevSupport/ ../../react-native-lab/react-native/React/DevSupport/\"}",
    "reasons": [
      "packageJson:scripts"
    ],
    "hash": "0de95e58f054252a80ce8629a9545910566c95e8"
  },
  {
    "type": "contents",
    "id": "rncliAutolinkingConfig",
    "contents": "{\"@react-native-segmented-control/segmented-control\":{\"root\":\"../../node_modules/@react-native-segmented-control/segmented-control\",\"name\":\"@react-native-segmented-control/segmented-control\",\"platforms\":{\"ios\":{\"podspecPath\":\"../../node_modules/@react-native-segmented-control/segmented-control/react-native-segmented-control.podspec\",\"version\":\"2.5.2\",\"configurations\":[],\"scriptPhases\":[]},\"android\":null}}}",
    "reasons": [
      "bareRncliAutolinking"
    ],
    "hash": "9f34b146bf6f631e420e551b151dcd99d3d2ddcb"
  }
]

Generated by PR labeler 🤖

@brentvatne brentvatne added the published Changes from the PR have been published to npm label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: fingerprint changed bot: passed checks ExpoBot has nothing to complain about published Changes from the PR have been published to npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants