{"ast":null,"code":"import React from 'react';\nimport { AspectRatio, Image } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(AspectRatio, {\n    ratio: {\n      base: 3 / 4,\n      md: 9 / 10\n    },\n    height: {\n      base: 200,\n      md: 400\n    }\n  }, React.createElement(Image, {\n    resizeMode: \"cover\",\n    source: {\n      uri: 'https://images.pexels.com/photos/60597/dahlia-red-blossom-bloom-60597.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260'\n    },\n    alt: \"Picture of a Flower\"\n  }));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/composites/AspectRatio/EmbedImage.tsx"],"names":["React","AspectRatio","Image","Example","base","md","uri"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,WAAT,EAAsBC,KAAtB;AACA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,WAAD;AACE,IAAA,KAAK,EAAE;AAAEC,MAAAA,IAAI,EAAE,IAAI,CAAZ;AAAeC,MAAAA,EAAE,EAAE,IAAI;AAAvB,KADT;AAEE,IAAA,MAAM,EAAE;AAAED,MAAAA,IAAI,EAAE,GAAR;AAAaC,MAAAA,EAAE,EAAE;AAAjB;AAFV,KAIE,oBAAC,KAAD;AACE,IAAA,UAAU,EAAC,OADb;AAEE,IAAA,MAAM,EAAE;AACNC,MAAAA,GAAG,EACD;AAFI,KAFV;AAME,IAAA,GAAG,EAAC;AANN,IAJF,CADF;AAeD,CAhBM","sourcesContent":["import React from 'react';\nimport { AspectRatio, Image } from 'native-base';\nexport const Example = () => {\n  return (\n    <AspectRatio\n      ratio={{ base: 3 / 4, md: 9 / 10 }}\n      height={{ base: 200, md: 400 }}\n    >\n      <Image\n        resizeMode=\"cover\"\n        source={{\n          uri:\n            'https://images.pexels.com/photos/60597/dahlia-red-blossom-bloom-60597.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260',\n        }}\n        alt=\"Picture of a Flower\"\n      />\n    </AspectRatio>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}