{"ast":null,"code":"\"use strict\";\nexport function MaskedView({\n  children\n}) {\n  return children;\n}","map":{"version":3,"names":["MaskedView","children"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/elements/src/MaskedView.tsx"],"sourcesContent":["/**\n * Use a stub for MaskedView on all Platforms that don't support it.\n */\nimport type * as React from 'react';\n\ntype Props = {\n  maskElement: React.ReactElement;\n  children: React.ReactElement;\n};\n\nexport function MaskedView({ children }: Props) {\n  return children;\n}\n"],"mappings":";AAUA,OAAO,SAASA,UAAUA,CAAC;EAAEC;AAAgB,CAAC,EAAE;EAC9C,OAAOA,QAAQ;AACjB","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}