{"dependencies":[{"name":"@babel/runtime/helpers/objectWithoutProperties","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"fnQVLibs90KHiJ7y48fLgPWzDS0=","exportNames":["*"],"imports":1}},{"name":"expo-modules-core","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":76,"index":76}}],"key":"fU8WLIPqoAGygnPbZ/QJiQQfXEY=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":77},"end":{"line":2,"column":55,"index":132}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"./Constants.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":133},"end":{"line":3,"column":92,"index":225}}],"key":"Wdl+AhyCqp62a9CFe5EzEsVXOhQ=","exportNames":["*"],"imports":1}},{"name":"./ExponentConstants","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":226},"end":{"line":4,"column":52,"index":278}}],"key":"LaDYf8On52EUZlKeu8DGpYCWckE=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _ref;\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n Object.defineProperty(exports, \"AppOwnership\", {\n enumerable: true,\n get: function () {\n return _ConstantsTypes.AppOwnership;\n }\n });\n Object.defineProperty(exports, \"ExecutionEnvironment\", {\n enumerable: true,\n get: function () {\n return _ConstantsTypes.ExecutionEnvironment;\n }\n });\n Object.defineProperty(exports, \"UserInterfaceIdiom\", {\n enumerable: true,\n get: function () {\n return _ConstantsTypes.UserInterfaceIdiom;\n }\n });\n var _babelRuntimeHelpersObjectWithoutProperties = require(_dependencyMap[0], \"@babel/runtime/helpers/objectWithoutProperties\");\n var _objectWithoutProperties = _interopDefault(_babelRuntimeHelpersObjectWithoutProperties);\n var _expoModulesCore = require(_dependencyMap[1], \"expo-modules-core\");\n var _reactNative = require(_dependencyMap[2], \"react-native\");\n var _ConstantsTypes = require(_dependencyMap[3], \"./Constants.types\");\n var _ExponentConstants = require(_dependencyMap[4], \"./ExponentConstants\");\n var ExponentConstants = _interopDefault(_ExponentConstants);\n if (!ExponentConstants.default) {\n console.warn(\"No native ExponentConstants module found, are you sure the expo-constants's module is linked properly?\");\n }\n var ExpoUpdates = (0, _expoModulesCore.requireOptionalNativeModule)('ExpoUpdates');\n var rawUpdatesManifest = null;\n // If expo-updates defines a non-empty manifest, prefer that one\n if (ExpoUpdates) {\n var updatesManifest;\n if (ExpoUpdates.manifest) {\n updatesManifest = ExpoUpdates.manifest;\n } else if (ExpoUpdates.manifestString) {\n updatesManifest = JSON.parse(ExpoUpdates.manifestString);\n }\n if (updatesManifest && Object.keys(updatesManifest).length > 0) {\n rawUpdatesManifest = updatesManifest;\n }\n }\n // If dev-launcher defines a non-empty manifest, prefer that one\n var rawDevLauncherManifest = null;\n if (_reactNative.NativeModules.EXDevLauncher) {\n var devLauncherManifest;\n if (_reactNative.NativeModules.EXDevLauncher.manifestString) {\n devLauncherManifest = JSON.parse(_reactNative.NativeModules.EXDevLauncher.manifestString);\n }\n if (devLauncherManifest && Object.keys(devLauncherManifest).length > 0) {\n rawDevLauncherManifest = devLauncherManifest;\n }\n }\n // Fall back to ExponentConstants.manifest if we don't have one from Updates\n var rawAppConfig = null;\n if (ExponentConstants.default && ExponentConstants.default.manifest) {\n var appConfig = ExponentConstants.default.manifest;\n // On Android we pass the manifest in JSON form so this step is necessary\n if (typeof appConfig === 'string') {\n rawAppConfig = JSON.parse(appConfig);\n } else {\n rawAppConfig = appConfig;\n }\n }\n var rawManifest = (_ref = rawUpdatesManifest != null ? rawUpdatesManifest : rawDevLauncherManifest) != null ? _ref : rawAppConfig;\n var _ref2 = ExponentConstants.default || {},\n name = _ref2.name,\n appOwnership = _ref2.appOwnership,\n nativeConstants = (0, _objectWithoutProperties.default)(_ref2, [\"name\", \"appOwnership\"]);\n var constants = Object.assign({}, nativeConstants, {\n // Ensure this is null in bare workflow\n appOwnership: appOwnership != null ? appOwnership : null\n });\n Object.defineProperties(constants, {\n /**\n * Use `manifest` property by default.\n * This property is only used for internal purposes.\n * It behaves similarly to the original one, but suppresses warning upon no manifest available.\n * `expo-asset` uses it to prevent users from seeing mentioned warning.\n */\n __unsafeNoWarnManifest: {\n get: function get() {\n var maybeManifest = getManifest(true);\n if (!maybeManifest || !isEmbeddedManifest(maybeManifest)) {\n return null;\n }\n return maybeManifest;\n },\n enumerable: false\n },\n __unsafeNoWarnManifest2: {\n get: function get() {\n var maybeManifest = getManifest(true);\n if (!maybeManifest || !isExpoUpdatesManifest(maybeManifest)) {\n return null;\n }\n return maybeManifest;\n },\n enumerable: false\n },\n manifest: {\n get: function get() {\n var maybeManifest = getManifest();\n if (!maybeManifest || !isEmbeddedManifest(maybeManifest)) {\n return null;\n }\n return maybeManifest;\n },\n enumerable: true\n },\n manifest2: {\n get: function get() {\n var maybeManifest = getManifest();\n if (!maybeManifest || !isExpoUpdatesManifest(maybeManifest)) {\n return null;\n }\n return maybeManifest;\n },\n enumerable: true\n },\n expoConfig: {\n get: function get() {\n var maybeManifest = getManifest(true);\n if (!maybeManifest) {\n return null;\n }\n // if running an embedded update, maybeManifest is a EmbeddedManifest which doesn't have\n // the expo config. Instead, the embedded expo-constants app.config should be used.\n if (ExpoUpdates && ExpoUpdates.isEmbeddedLaunch) {\n return rawAppConfig;\n }\n if (isExpoUpdatesManifest(maybeManifest)) {\n var _maybeManifest$extra$, _maybeManifest$extra;\n return (_maybeManifest$extra$ = (_maybeManifest$extra = maybeManifest.extra) == null ? void 0 : _maybeManifest$extra.expoClient) != null ? _maybeManifest$extra$ : null;\n } else if (isEmbeddedManifest(maybeManifest)) {\n return maybeManifest;\n }\n return null;\n },\n enumerable: true\n },\n expoGoConfig: {\n get: function get() {\n var maybeManifest = getManifest(true);\n if (!maybeManifest) {\n return null;\n }\n if (isExpoUpdatesManifest(maybeManifest)) {\n var _maybeManifest$extra$2, _maybeManifest$extra2;\n return (_maybeManifest$extra$2 = (_maybeManifest$extra2 = maybeManifest.extra) == null ? void 0 : _maybeManifest$extra2.expoGo) != null ? _maybeManifest$extra$2 : null;\n } else if (isEmbeddedManifest(maybeManifest)) {\n return maybeManifest;\n }\n return null;\n },\n enumerable: true\n },\n easConfig: {\n get: function get() {\n var maybeManifest = getManifest(true);\n if (!maybeManifest) {\n return null;\n }\n if (isExpoUpdatesManifest(maybeManifest)) {\n var _maybeManifest$extra$3, _maybeManifest$extra3;\n return (_maybeManifest$extra$3 = (_maybeManifest$extra3 = maybeManifest.extra) == null ? void 0 : _maybeManifest$extra3.eas) != null ? _maybeManifest$extra$3 : null;\n } else if (isEmbeddedManifest(maybeManifest)) {\n return maybeManifest;\n }\n return null;\n },\n enumerable: true\n },\n __rawManifest_TEST: {\n get: function get() {\n return rawManifest;\n },\n set: function set(value) {\n rawManifest = value;\n },\n enumerable: false\n }\n });\n function isEmbeddedManifest(manifest) {\n return !isExpoUpdatesManifest(manifest);\n }\n function isExpoUpdatesManifest(manifest) {\n return 'metadata' in manifest;\n }\n function getManifest() {\n var suppressWarning = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;\n if (!rawManifest) {\n var invalidManifestType = rawManifest === null ? 'null' : 'undefined';\n if (nativeConstants.executionEnvironment === _ConstantsTypes.ExecutionEnvironment.Bare && _reactNative.Platform.OS !== 'web') {\n if (!suppressWarning) {\n console.warn(`Constants.manifest is ${invalidManifestType} because the embedded app.config could not be read. Ensure that you have installed the expo-constants build scripts if you need to read from Constants.manifest.`);\n }\n } else if (nativeConstants.executionEnvironment === _ConstantsTypes.ExecutionEnvironment.StoreClient || nativeConstants.executionEnvironment === _ConstantsTypes.ExecutionEnvironment.Standalone) {\n // If we somehow get here, this is a truly exceptional state to be in.\n // Constants.manifest should *always* be defined in those contexts.\n throw new _expoModulesCore.CodedError('ERR_CONSTANTS_MANIFEST_UNAVAILABLE', `Constants.manifest is ${invalidManifestType}, must be an object.`);\n }\n }\n return rawManifest;\n }\n var _default = constants;\n});","lineCount":225,"map":[[13,2,188,0,"Object"],[13,8,188,0],[13,9,188,0,"defineProperty"],[13,23,188,0],[13,24,188,0,"exports"],[13,31,188,0],[14,4,188,0,"enumerable"],[14,14,188,0],[15,4,188,0,"get"],[15,7,188,0],[15,18,188,0,"get"],[15,19,188,0],[16,6,188,0],[16,13,188,0,"_default"],[16,21,188,0],[17,4,188,0],[18,2,188,0],[19,2,5,0,"Object"],[19,8,5,0],[19,9,5,0,"defineProperty"],[19,23,5,0],[19,24,5,0,"exports"],[19,31,5,0],[20,4,5,0,"enumerable"],[20,14,5,0],[21,4,5,0,"get"],[21,7,5,0],[21,18,5,0,"get"],[21,19,5,0],[22,6,5,0],[22,13,5,9,"AppOwnership"],[22,28,5,21],[22,29,5,21,"AppOwnership"],[22,41,5,21],[23,4,5,21],[24,2,5,21],[25,2,5,0,"Object"],[25,8,5,0],[25,9,5,0,"defineProperty"],[25,23,5,0],[25,24,5,0,"exports"],[25,31,5,0],[26,4,5,0,"enumerable"],[26,14,5,0],[27,4,5,0,"get"],[27,7,5,0],[27,18,5,0,"get"],[27,19,5,0],[28,6,5,0],[28,13,5,23,"ExecutionEnvironment"],[28,28,5,43],[28,29,5,43,"ExecutionEnvironment"],[28,49,5,43],[29,4,5,43],[30,2,5,43],[31,2,5,0,"Object"],[31,8,5,0],[31,9,5,0,"defineProperty"],[31,23,5,0],[31,24,5,0,"exports"],[31,31,5,0],[32,4,5,0,"enumerable"],[32,14,5,0],[33,4,5,0,"get"],[33,7,5,0],[33,18,5,0,"get"],[33,19,5,0],[34,6,5,0],[34,13,5,45,"UserInterfaceIdiom"],[34,28,5,63],[34,29,5,63,"UserInterfaceIdiom"],[34,47,5,63],[35,4,5,63],[36,2,5,63],[37,2,5,67],[37,6,5,67,"_babelRuntimeHelpersObjectWithoutProperties"],[37,49,5,67],[37,52,5,67,"require"],[37,59,5,67],[37,60,5,67,"_dependencyMap"],[37,74,5,67],[38,2,5,67],[38,6,5,67,"_objectWithoutProperties"],[38,30,5,67],[38,33,5,67,"_interopDefault"],[38,48,5,67],[38,49,5,67,"_babelRuntimeHelpersObjectWithoutProperties"],[38,92,5,67],[39,2,1,0],[39,6,1,0,"_expoModulesCore"],[39,22,1,0],[39,25,1,0,"require"],[39,32,1,0],[39,33,1,0,"_dependencyMap"],[39,47,1,0],[40,2,2,0],[40,6,2,0,"_reactNative"],[40,18,2,0],[40,21,2,0,"require"],[40,28,2,0],[40,29,2,0,"_dependencyMap"],[40,43,2,0],[41,2,3,0],[41,6,3,0,"_ConstantsTypes"],[41,21,3,0],[41,24,3,0,"require"],[41,31,3,0],[41,32,3,0,"_dependencyMap"],[41,46,3,0],[42,2,4,0],[42,6,4,0,"_ExponentConstants"],[42,24,4,0],[42,27,4,0,"require"],[42,34,4,0],[42,35,4,0,"_dependencyMap"],[42,49,4,0],[43,2,4,0],[43,6,4,0,"ExponentConstants"],[43,23,4,0],[43,26,4,0,"_interopDefault"],[43,41,4,0],[43,42,4,0,"_ExponentConstants"],[43,60,4,0],[44,2,6,0],[44,6,6,4],[44,7,6,5,"ExponentConstants"],[44,24,6,22],[44,25,6,22,"default"],[44,32,6,22],[44,34,6,24],[45,4,7,4,"console"],[45,11,7,11],[45,12,7,12,"warn"],[45,16,7,16],[45,17,7,17],[45,121,7,121],[45,122,7,122],[46,2,8,0],[47,2,9,0],[47,6,9,6,"ExpoUpdates"],[47,17,9,17],[47,20,9,20],[47,24,9,20,"requireOptionalNativeModule"],[47,40,9,47],[47,41,9,47,"requireOptionalNativeModule"],[47,68,9,47],[47,70,9,48],[47,83,9,61],[47,84,9,62],[48,2,10,0],[48,6,10,4,"rawUpdatesManifest"],[48,24,10,22],[48,27,10,25],[48,31,10,29],[49,2,11,0],[50,2,12,0],[50,6,12,4,"ExpoUpdates"],[50,17,12,15],[50,19,12,17],[51,4,13,4],[51,8,13,8,"updatesManifest"],[51,23,13,23],[52,4,14,4],[52,8,14,8,"ExpoUpdates"],[52,19,14,19],[52,20,14,20,"manifest"],[52,28,14,28],[52,30,14,30],[53,6,15,8,"updatesManifest"],[53,21,15,23],[53,24,15,26,"ExpoUpdates"],[53,35,15,37],[53,36,15,38,"manifest"],[53,44,15,46],[54,4,16,4],[54,5,16,5],[54,11,17,9],[54,15,17,13,"ExpoUpdates"],[54,26,17,24],[54,27,17,25,"manifestString"],[54,41,17,39],[54,43,17,41],[55,6,18,8,"updatesManifest"],[55,21,18,23],[55,24,18,26,"JSON"],[55,28,18,30],[55,29,18,31,"parse"],[55,34,18,36],[55,35,18,37,"ExpoUpdates"],[55,46,18,48],[55,47,18,49,"manifestString"],[55,61,18,63],[55,62,18,64],[56,4,19,4],[57,4,20,4],[57,8,20,8,"updatesManifest"],[57,23,20,23],[57,27,20,27,"Object"],[57,33,20,33],[57,34,20,34,"keys"],[57,38,20,38],[57,39,20,39,"updatesManifest"],[57,54,20,54],[57,55,20,55],[57,56,20,56,"length"],[57,62,20,62],[57,65,20,65],[57,66,20,66],[57,68,20,68],[58,6,21,8,"rawUpdatesManifest"],[58,24,21,26],[58,27,21,29,"updatesManifest"],[58,42,21,44],[59,4,22,4],[60,2,23,0],[61,2,24,0],[62,2,25,0],[62,6,25,4,"rawDevLauncherManifest"],[62,28,25,26],[62,31,25,29],[62,35,25,33],[63,2,26,0],[63,6,26,4,"NativeModules"],[63,18,26,17],[63,19,26,17,"NativeModules"],[63,32,26,17],[63,33,26,18,"EXDevLauncher"],[63,46,26,31],[63,48,26,33],[64,4,27,4],[64,8,27,8,"devLauncherManifest"],[64,27,27,27],[65,4,28,4],[65,8,28,8,"NativeModules"],[65,20,28,21],[65,21,28,21,"NativeModules"],[65,34,28,21],[65,35,28,22,"EXDevLauncher"],[65,48,28,35],[65,49,28,36,"manifestString"],[65,63,28,50],[65,65,28,52],[66,6,29,8,"devLauncherManifest"],[66,25,29,27],[66,28,29,30,"JSON"],[66,32,29,34],[66,33,29,35,"parse"],[66,38,29,40],[66,39,29,41,"NativeModules"],[66,51,29,54],[66,52,29,54,"NativeModules"],[66,65,29,54],[66,66,29,55,"EXDevLauncher"],[66,79,29,68],[66,80,29,69,"manifestString"],[66,94,29,83],[66,95,29,84],[67,4,30,4],[68,4,31,4],[68,8,31,8,"devLauncherManifest"],[68,27,31,27],[68,31,31,31,"Object"],[68,37,31,37],[68,38,31,38,"keys"],[68,42,31,42],[68,43,31,43,"devLauncherManifest"],[68,62,31,62],[68,63,31,63],[68,64,31,64,"length"],[68,70,31,70],[68,73,31,73],[68,74,31,74],[68,76,31,76],[69,6,32,8,"rawDevLauncherManifest"],[69,28,32,30],[69,31,32,33,"devLauncherManifest"],[69,50,32,52],[70,4,33,4],[71,2,34,0],[72,2,35,0],[73,2,36,0],[73,6,36,4,"rawAppConfig"],[73,18,36,16],[73,21,36,19],[73,25,36,23],[74,2,37,0],[74,6,37,4,"ExponentConstants"],[74,23,37,21],[74,24,37,21,"default"],[74,31,37,21],[74,35,37,25,"ExponentConstants"],[74,52,37,42],[74,53,37,42,"default"],[74,60,37,42],[74,61,37,43,"manifest"],[74,69,37,51],[74,71,37,53],[75,4,38,4],[75,8,38,10,"appConfig"],[75,17,38,19],[75,20,38,22,"ExponentConstants"],[75,37,38,39],[75,38,38,39,"default"],[75,45,38,39],[75,46,38,40,"manifest"],[75,54,38,48],[76,4,39,4],[77,4,40,4],[77,8,40,8],[77,15,40,15,"appConfig"],[77,24,40,24],[77,29,40,29],[77,37,40,37],[77,39,40,39],[78,6,41,8,"rawAppConfig"],[78,18,41,20],[78,21,41,23,"JSON"],[78,25,41,27],[78,26,41,28,"parse"],[78,31,41,33],[78,32,41,34,"appConfig"],[78,41,41,43],[78,42,41,44],[79,4,42,4],[79,5,42,5],[79,11,43,9],[80,6,44,8,"rawAppConfig"],[80,18,44,20],[80,21,44,23,"appConfig"],[80,30,44,32],[81,4,45,4],[82,2,46,0],[83,2,47,0],[83,6,47,4,"rawManifest"],[83,17,47,15],[83,21,47,15,"_ref"],[83,25,47,15],[83,28,47,18,"rawUpdatesManifest"],[83,46,47,36],[83,57,47,18,"rawUpdatesManifest"],[83,75,47,36],[83,78,47,40,"rawDevLauncherManifest"],[83,100,47,62],[83,112,47,62,"_ref"],[83,116,47,62],[83,119,47,66,"rawAppConfig"],[83,131,47,78],[84,2,48,0],[84,6,48,0,"_ref2"],[84,11,48,0],[84,14,48,52,"ExponentConstants"],[84,31,48,69],[84,32,48,69,"default"],[84,39,48,69],[84,43,48,73],[84,44,48,74],[84,45,48,75],[85,4,48,8,"name"],[85,8,48,12],[85,11,48,12,"_ref2"],[85,16,48,12],[85,17,48,8,"name"],[85,21,48,12],[86,4,48,14,"appOwnership"],[86,16,48,26],[86,19,48,26,"_ref2"],[86,24,48,26],[86,25,48,14,"appOwnership"],[86,37,48,26],[87,4,48,31,"nativeConstants"],[87,19,48,46],[87,26,48,46,"_objectWithoutProperties"],[87,50,48,46],[87,51,48,46,"default"],[87,58,48,46],[87,60,48,46,"_ref2"],[87,65,48,46],[88,2,49,0],[88,6,49,6,"constants"],[88,15,49,15],[88,18,49,15,"Object"],[88,24,49,15],[88,25,49,15,"assign"],[88,31,49,15],[88,36,50,7,"nativeConstants"],[88,51,50,22],[89,4,51,4],[90,4,52,4,"appOwnership"],[90,16,52,16],[90,18,52,18,"appOwnership"],[90,30,52,30],[90,41,52,18,"appOwnership"],[90,53,52,30],[90,56,52,34],[91,2,52,38],[91,4,53,1],[92,2,54,0,"Object"],[92,8,54,6],[92,9,54,7,"defineProperties"],[92,25,54,23],[92,26,54,24,"constants"],[92,35,54,33],[92,37,54,35],[93,4,55,4],[94,0,56,0],[95,0,57,0],[96,0,58,0],[97,0,59,0],[98,0,60,0],[99,4,61,4,"__unsafeNoWarnManifest"],[99,26,61,26],[99,28,61,28],[100,6,62,8,"get"],[100,9,62,11],[100,20,62,8,"get"],[100,23,62,11,"get"],[100,24,62,11],[100,26,62,14],[101,8,63,12],[101,12,63,18,"maybeManifest"],[101,25,63,31],[101,28,63,34,"getManifest"],[101,39,63,45],[101,40,63,46],[101,44,63,50],[101,45,63,51],[102,8,64,12],[102,12,64,16],[102,13,64,17,"maybeManifest"],[102,26,64,30],[102,30,64,34],[102,31,64,35,"isEmbeddedManifest"],[102,49,64,53],[102,50,64,54,"maybeManifest"],[102,63,64,67],[102,64,64,68],[102,66,64,70],[103,10,65,16],[103,17,65,23],[103,21,65,27],[104,8,66,12],[105,8,67,12],[105,15,67,19,"maybeManifest"],[105,28,67,32],[106,6,68,8],[106,7,68,9],[107,6,69,8,"enumerable"],[107,16,69,18],[107,18,69,20],[108,4,70,4],[108,5,70,5],[109,4,71,4,"__unsafeNoWarnManifest2"],[109,27,71,27],[109,29,71,29],[110,6,72,8,"get"],[110,9,72,11],[110,20,72,8,"get"],[110,23,72,11,"get"],[110,24,72,11],[110,26,72,14],[111,8,73,12],[111,12,73,18,"maybeManifest"],[111,25,73,31],[111,28,73,34,"getManifest"],[111,39,73,45],[111,40,73,46],[111,44,73,50],[111,45,73,51],[112,8,74,12],[112,12,74,16],[112,13,74,17,"maybeManifest"],[112,26,74,30],[112,30,74,34],[112,31,74,35,"isExpoUpdatesManifest"],[112,52,74,56],[112,53,74,57,"maybeManifest"],[112,66,74,70],[112,67,74,71],[112,69,74,73],[113,10,75,16],[113,17,75,23],[113,21,75,27],[114,8,76,12],[115,8,77,12],[115,15,77,19,"maybeManifest"],[115,28,77,32],[116,6,78,8],[116,7,78,9],[117,6,79,8,"enumerable"],[117,16,79,18],[117,18,79,20],[118,4,80,4],[118,5,80,5],[119,4,81,4,"manifest"],[119,12,81,12],[119,14,81,14],[120,6,82,8,"get"],[120,9,82,11],[120,20,82,8,"get"],[120,23,82,11,"get"],[120,24,82,11],[120,26,82,14],[121,8,83,12],[121,12,83,18,"maybeManifest"],[121,25,83,31],[121,28,83,34,"getManifest"],[121,39,83,45],[121,40,83,46],[121,41,83,47],[122,8,84,12],[122,12,84,16],[122,13,84,17,"maybeManifest"],[122,26,84,30],[122,30,84,34],[122,31,84,35,"isEmbeddedManifest"],[122,49,84,53],[122,50,84,54,"maybeManifest"],[122,63,84,67],[122,64,84,68],[122,66,84,70],[123,10,85,16],[123,17,85,23],[123,21,85,27],[124,8,86,12],[125,8,87,12],[125,15,87,19,"maybeManifest"],[125,28,87,32],[126,6,88,8],[126,7,88,9],[127,6,89,8,"enumerable"],[127,16,89,18],[127,18,89,20],[128,4,90,4],[128,5,90,5],[129,4,91,4,"manifest2"],[129,13,91,13],[129,15,91,15],[130,6,92,8,"get"],[130,9,92,11],[130,20,92,8,"get"],[130,23,92,11,"get"],[130,24,92,11],[130,26,92,14],[131,8,93,12],[131,12,93,18,"maybeManifest"],[131,25,93,31],[131,28,93,34,"getManifest"],[131,39,93,45],[131,40,93,46],[131,41,93,47],[132,8,94,12],[132,12,94,16],[132,13,94,17,"maybeManifest"],[132,26,94,30],[132,30,94,34],[132,31,94,35,"isExpoUpdatesManifest"],[132,52,94,56],[132,53,94,57,"maybeManifest"],[132,66,94,70],[132,67,94,71],[132,69,94,73],[133,10,95,16],[133,17,95,23],[133,21,95,27],[134,8,96,12],[135,8,97,12],[135,15,97,19,"maybeManifest"],[135,28,97,32],[136,6,98,8],[136,7,98,9],[137,6,99,8,"enumerable"],[137,16,99,18],[137,18,99,20],[138,4,100,4],[138,5,100,5],[139,4,101,4,"expoConfig"],[139,14,101,14],[139,16,101,16],[140,6,102,8,"get"],[140,9,102,11],[140,20,102,8,"get"],[140,23,102,11,"get"],[140,24,102,11],[140,26,102,14],[141,8,103,12],[141,12,103,18,"maybeManifest"],[141,25,103,31],[141,28,103,34,"getManifest"],[141,39,103,45],[141,40,103,46],[141,44,103,50],[141,45,103,51],[142,8,104,12],[142,12,104,16],[142,13,104,17,"maybeManifest"],[142,26,104,30],[142,28,104,32],[143,10,105,16],[143,17,105,23],[143,21,105,27],[144,8,106,12],[145,8,107,12],[146,8,108,12],[147,8,109,12],[147,12,109,16,"ExpoUpdates"],[147,23,109,27],[147,27,109,31,"ExpoUpdates"],[147,38,109,42],[147,39,109,43,"isEmbeddedLaunch"],[147,55,109,59],[147,57,109,61],[148,10,110,16],[148,17,110,23,"rawAppConfig"],[148,29,110,35],[149,8,111,12],[150,8,112,12],[150,12,112,16,"isExpoUpdatesManifest"],[150,33,112,37],[150,34,112,38,"maybeManifest"],[150,47,112,51],[150,48,112,52],[150,50,112,54],[151,10,112,54],[151,14,112,54,"_maybeManifest$extra$"],[151,35,112,54],[151,37,112,54,"_maybeManifest$extra"],[151,57,112,54],[152,10,113,16],[152,18,113,16,"_maybeManifest$extra$"],[152,39,113,16],[152,43,113,16,"_maybeManifest$extra"],[152,63,113,16],[152,66,113,23,"maybeManifest"],[152,79,113,36],[152,80,113,37,"extra"],[152,85,113,42],[152,106,113,23,"_maybeManifest$extra"],[152,126,113,23],[152,127,113,44,"expoClient"],[152,137,113,54],[152,149,113,54,"_maybeManifest$extra$"],[152,170,113,54],[152,173,113,58],[152,177,113,62],[153,8,114,12],[153,9,114,13],[153,15,115,17],[153,19,115,21,"isEmbeddedManifest"],[153,37,115,39],[153,38,115,40,"maybeManifest"],[153,51,115,53],[153,52,115,54],[153,54,115,56],[154,10,116,16],[154,17,116,23,"maybeManifest"],[154,30,116,36],[155,8,117,12],[156,8,118,12],[156,15,118,19],[156,19,118,23],[157,6,119,8],[157,7,119,9],[158,6,120,8,"enumerable"],[158,16,120,18],[158,18,120,20],[159,4,121,4],[159,5,121,5],[160,4,122,4,"expoGoConfig"],[160,16,122,16],[160,18,122,18],[161,6,123,8,"get"],[161,9,123,11],[161,20,123,8,"get"],[161,23,123,11,"get"],[161,24,123,11],[161,26,123,14],[162,8,124,12],[162,12,124,18,"maybeManifest"],[162,25,124,31],[162,28,124,34,"getManifest"],[162,39,124,45],[162,40,124,46],[162,44,124,50],[162,45,124,51],[163,8,125,12],[163,12,125,16],[163,13,125,17,"maybeManifest"],[163,26,125,30],[163,28,125,32],[164,10,126,16],[164,17,126,23],[164,21,126,27],[165,8,127,12],[166,8,128,12],[166,12,128,16,"isExpoUpdatesManifest"],[166,33,128,37],[166,34,128,38,"maybeManifest"],[166,47,128,51],[166,48,128,52],[166,50,128,54],[167,10,128,54],[167,14,128,54,"_maybeManifest$extra$2"],[167,36,128,54],[167,38,128,54,"_maybeManifest$extra2"],[167,59,128,54],[168,10,129,16],[168,18,129,16,"_maybeManifest$extra$2"],[168,40,129,16],[168,44,129,16,"_maybeManifest$extra2"],[168,65,129,16],[168,68,129,23,"maybeManifest"],[168,81,129,36],[168,82,129,37,"extra"],[168,87,129,42],[168,108,129,23,"_maybeManifest$extra2"],[168,129,129,23],[168,130,129,44,"expoGo"],[168,136,129,50],[168,148,129,50,"_maybeManifest$extra$2"],[168,170,129,50],[168,173,129,54],[168,177,129,58],[169,8,130,12],[169,9,130,13],[169,15,131,17],[169,19,131,21,"isEmbeddedManifest"],[169,37,131,39],[169,38,131,40,"maybeManifest"],[169,51,131,53],[169,52,131,54],[169,54,131,56],[170,10,132,16],[170,17,132,23,"maybeManifest"],[170,30,132,36],[171,8,133,12],[172,8,134,12],[172,15,134,19],[172,19,134,23],[173,6,135,8],[173,7,135,9],[174,6,136,8,"enumerable"],[174,16,136,18],[174,18,136,20],[175,4,137,4],[175,5,137,5],[176,4,138,4,"easConfig"],[176,13,138,13],[176,15,138,15],[177,6,139,8,"get"],[177,9,139,11],[177,20,139,8,"get"],[177,23,139,11,"get"],[177,24,139,11],[177,26,139,14],[178,8,140,12],[178,12,140,18,"maybeManifest"],[178,25,140,31],[178,28,140,34,"getManifest"],[178,39,140,45],[178,40,140,46],[178,44,140,50],[178,45,140,51],[179,8,141,12],[179,12,141,16],[179,13,141,17,"maybeManifest"],[179,26,141,30],[179,28,141,32],[180,10,142,16],[180,17,142,23],[180,21,142,27],[181,8,143,12],[182,8,144,12],[182,12,144,16,"isExpoUpdatesManifest"],[182,33,144,37],[182,34,144,38,"maybeManifest"],[182,47,144,51],[182,48,144,52],[182,50,144,54],[183,10,144,54],[183,14,144,54,"_maybeManifest$extra$3"],[183,36,144,54],[183,38,144,54,"_maybeManifest$extra3"],[183,59,144,54],[184,10,145,16],[184,18,145,16,"_maybeManifest$extra$3"],[184,40,145,16],[184,44,145,16,"_maybeManifest$extra3"],[184,65,145,16],[184,68,145,23,"maybeManifest"],[184,81,145,36],[184,82,145,37,"extra"],[184,87,145,42],[184,108,145,23,"_maybeManifest$extra3"],[184,129,145,23],[184,130,145,44,"eas"],[184,133,145,47],[184,145,145,47,"_maybeManifest$extra$3"],[184,167,145,47],[184,170,145,51],[184,174,145,55],[185,8,146,12],[185,9,146,13],[185,15,147,17],[185,19,147,21,"isEmbeddedManifest"],[185,37,147,39],[185,38,147,40,"maybeManifest"],[185,51,147,53],[185,52,147,54],[185,54,147,56],[186,10,148,16],[186,17,148,23,"maybeManifest"],[186,30,148,36],[187,8,149,12],[188,8,150,12],[188,15,150,19],[188,19,150,23],[189,6,151,8],[189,7,151,9],[190,6,152,8,"enumerable"],[190,16,152,18],[190,18,152,20],[191,4,153,4],[191,5,153,5],[192,4,154,4,"__rawManifest_TEST"],[192,22,154,22],[192,24,154,24],[193,6,155,8,"get"],[193,9,155,11],[193,20,155,8,"get"],[193,23,155,11,"get"],[193,24,155,11],[193,26,155,14],[194,8,156,12],[194,15,156,19,"rawManifest"],[194,26,156,30],[195,6,157,8],[195,7,157,9],[196,6,158,8,"set"],[196,9,158,11],[196,20,158,8,"set"],[196,23,158,11,"set"],[196,24,158,12,"value"],[196,29,158,17],[196,31,158,19],[197,8,159,12,"rawManifest"],[197,19,159,23],[197,22,159,26,"value"],[197,27,159,31],[198,6,160,8],[198,7,160,9],[199,6,161,8,"enumerable"],[199,16,161,18],[199,18,161,20],[200,4,162,4],[201,2,163,0],[201,3,163,1],[201,4,163,2],[202,2,164,0],[202,11,164,9,"isEmbeddedManifest"],[202,29,164,27,"isEmbeddedManifest"],[202,30,164,28,"manifest"],[202,38,164,36],[202,40,164,38],[203,4,165,4],[203,11,165,11],[203,12,165,12,"isExpoUpdatesManifest"],[203,33,165,33],[203,34,165,34,"manifest"],[203,42,165,42],[203,43,165,43],[204,2,166,0],[205,2,167,0],[205,11,167,9,"isExpoUpdatesManifest"],[205,32,167,30,"isExpoUpdatesManifest"],[205,33,167,31,"manifest"],[205,41,167,39],[205,43,167,41],[206,4,168,4],[206,11,168,11],[206,21,168,21],[206,25,168,25,"manifest"],[206,33,168,33],[207,2,169,0],[208,2,170,0],[208,11,170,9,"getManifest"],[208,22,170,20,"getManifest"],[208,23,170,20],[208,25,170,46],[209,4,170,46],[209,8,170,21,"suppressWarning"],[209,23,170,36],[209,26,170,36,"arguments"],[209,35,170,36],[209,36,170,36,"length"],[209,42,170,36],[209,50,170,36,"arguments"],[209,59,170,36],[209,67,170,36,"undefined"],[209,76,170,36],[209,79,170,36,"arguments"],[209,88,170,36],[209,94,170,39],[209,99,170,44],[210,4,171,4],[210,8,171,8],[210,9,171,9,"rawManifest"],[210,20,171,20],[210,22,171,22],[211,6,172,8],[211,10,172,14,"invalidManifestType"],[211,29,172,33],[211,32,172,36,"rawManifest"],[211,43,172,47],[211,48,172,52],[211,52,172,56],[211,55,172,59],[211,61,172,65],[211,64,172,68],[211,75,172,79],[212,6,173,8],[212,10,173,12,"nativeConstants"],[212,25,173,27],[212,26,173,28,"executionEnvironment"],[212,46,173,48],[212,51,173,53,"ExecutionEnvironment"],[212,66,173,73],[212,67,173,73,"ExecutionEnvironment"],[212,87,173,73],[212,88,173,74,"Bare"],[212,92,173,78],[212,96,174,12,"Platform"],[212,108,174,20],[212,109,174,20,"Platform"],[212,117,174,20],[212,118,174,21,"OS"],[212,120,174,23],[212,125,174,28],[212,130,174,33],[212,132,174,35],[213,8,175,12],[213,12,175,16],[213,13,175,17,"suppressWarning"],[213,28,175,32],[213,30,175,34],[214,10,176,16,"console"],[214,17,176,23],[214,18,176,24,"warn"],[214,22,176,28],[214,23,176,29],[214,48,176,54,"invalidManifestType"],[214,67,176,73],[214,229,176,235],[214,230,176,236],[215,8,177,12],[216,6,178,8],[216,7,178,9],[216,13,179,13],[216,17,179,17,"nativeConstants"],[216,32,179,32],[216,33,179,33,"executionEnvironment"],[216,53,179,53],[216,58,179,58,"ExecutionEnvironment"],[216,73,179,78],[216,74,179,78,"ExecutionEnvironment"],[216,94,179,78],[216,95,179,79,"StoreClient"],[216,106,179,90],[216,110,180,12,"nativeConstants"],[216,125,180,27],[216,126,180,28,"executionEnvironment"],[216,146,180,48],[216,151,180,53,"ExecutionEnvironment"],[216,166,180,73],[216,167,180,73,"ExecutionEnvironment"],[216,187,180,73],[216,188,180,74,"Standalone"],[216,198,180,84],[216,200,180,86],[217,8,181,12],[218,8,182,12],[219,8,183,12],[219,14,183,18],[219,18,183,22,"CodedError"],[219,34,183,32],[219,35,183,32,"CodedError"],[219,45,183,32],[219,46,183,33],[219,82,183,69],[219,84,183,71],[219,109,183,96,"invalidManifestType"],[219,128,183,115],[219,150,183,137],[219,151,183,138],[220,6,184,8],[221,4,185,4],[222,4,186,4],[222,11,186,11,"rawManifest"],[222,22,186,22],[223,2,187,0],[224,2,188,0],[224,6,188,0,"_default"],[224,14,188,0],[224,17,188,15,"constants"],[224,26,188,24],[225,0,188,25],[225,3]],"functionMap":{"names":["","Object.defineProperties$argument_1.__unsafeNoWarnManifest.get","Object.defineProperties$argument_1.__unsafeNoWarnManifest2.get","Object.defineProperties$argument_1.manifest.get","Object.defineProperties$argument_1.manifest2.get","Object.defineProperties$argument_1.expoConfig.get","Object.defineProperties$argument_1.expoGoConfig.get","Object.defineProperties$argument_1.easConfig.get","Object.defineProperties$argument_1.__rawManifest_TEST.get","Object.defineProperties$argument_1.__rawManifest_TEST.set","isEmbeddedManifest","isExpoUpdatesManifest","getManifest"],"mappings":"AAA;QC6D;SDM;QEI;SFM;QGI;SHM;QII;SJM;QKI;SLiB;QMI;SNY;QOI;SPY;QQI;SRE;QSC;STE;AUI;CVE;AWC;CXE;AYC;CZiB"},"hasCjsExports":false},"type":"js/module"}]}