{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/View/Basic.tsx\";\n\nimport React from 'react';\nimport { Box, Heading, Text } from \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/src/index\";\nexport var Example = function Example() {\n  return React.createElement(Box, null, React.createElement(Heading, null, \"A component library for the\", React.createElement(Heading, {\n    color: \"emerald.500\"\n  }, \" React Ecosystem\")), React.createElement(Text, {\n    mt: \"3\",\n    fontWeight: \"medium\"\n  }, \"NativeBase is a simple, modular and accessible component library that gives you building blocks to build you React applications.\"));\n};","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/components/primitives/View/Basic.tsx"],"names":["React","Box","Heading","Text","Example"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,SAASC,GAAT,EAAcC,OAAd,EAAuBC,IAAvB;AAEA,OAAO,IAAMC,OAAO,GAAG,SAAVA,OAAU,GAAM;AAC3B,SACE,oBAAC,GAAD,QACE,oBAAC,OAAD,uCAEE,oBAAC,OAAD;AAAS,IAAA,KAAK,EAAC;AAAf,wBAFF,CADF,EAKE,oBAAC,IAAD;AAAM,IAAA,EAAE,EAAC,GAAT;AAAa,IAAA,UAAU,EAAC;AAAxB,wIALF,CADF;AAYD,CAbM","sourcesContent":["import React from 'react';\nimport { Box, Heading, Text } from 'native-base';\n\nexport const Example = () => {\n  return (\n    <Box>\n      <Heading>\n        A component library for the\n        <Heading color=\"emerald.500\"> React Ecosystem</Heading>\n      </Heading>\n      <Text mt=\"3\" fontWeight=\"medium\">\n        NativeBase is a simple, modular and accessible component library that\n        gives you building blocks to build you React applications.\n      </Text>\n    </Box>\n  );\n};\n"]},"metadata":{},"sourceType":"module"}