{"version":3,"file":"nativeModule.mjs","sources":["../../src/nativeModule.ts"],"sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { NativeModules, Platform } from 'react-native';\nconst LINKING_ERROR = `The package '@aws-amplify/react-native' doesn't seem to be linked. Make sure: \\n\\n` +\n    Platform.select({ ios: \"- You have run 'pod install'\\n\", default: '' }) +\n    '- You rebuilt the app after installing the package\\n' +\n    '- You are not using Expo Go\\n';\nexport const nativeModule = NativeModules.AmplifyRTNCore\n    ? NativeModules.AmplifyRTNCore\n    : new Proxy({}, {\n        get() {\n            throw new Error(LINKING_ERROR);\n        },\n    });\n"],"names":[],"mappings":";;AAAA;AACA;AAEA,MAAM,aAAa,GAAG,CAAC,kFAAkF,CAAC;AAC1G,IAAI,QAAQ,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,gCAAgC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC;AAC3E,IAAI,sDAAsD;AAC1D,IAAI,+BAA+B;AACvB,MAAC,YAAY,GAAG,aAAa,CAAC;AAC1C,MAAM,aAAa,CAAC;AACpB,MAAM,IAAI,KAAK,CAAC,EAAE,EAAE;AACpB,QAAQ,GAAG,GAAG;AACd,YAAY,MAAM,IAAI,KAAK,CAAC,aAAa,CAAC;AAC1C,QAAQ,CAAC;AACT,KAAK;;;;"}