{"ast":null,"code":"var _this = this,\n    _jsxFileName = \"/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/hooks/useSafeArea/index.tsx\";\n\nimport React from 'react';\nimport View from \"react-native-web/dist/exports/View\";\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport { Example as Flexible } from \"./Flexible\";\nimport { Example as Fixed } from \"./Fixed\";\nimport { Example as Hook } from \"./Hook\";\nstoriesOf('useSafeArea', module).addDecorator(withKnobs).addDecorator(function (getStory) {\n  return React.createElement(View, null, getStory());\n}).add('Flexible', function () {\n  return React.createElement(Flexible, null);\n}).add('Fixed', function () {\n  return React.createElement(Fixed, null);\n}).add('Hook', function () {\n  return React.createElement(Hook, null);\n});","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/storybook/stories/hooks/useSafeArea/index.tsx"],"names":["React","storiesOf","withKnobs","Example","Flexible","Fixed","Hook","module","addDecorator","getStory","add"],"mappings":";;;AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,SAASC,SAAT,QAA0B,yBAA1B;AACA,SAASC,SAAT,QAA0B,wBAA1B;AACA,SAASC,OAAO,IAAIC,QAApB;AACA,SAASD,OAAO,IAAIE,KAApB;AACA,SAASF,OAAO,IAAIG,IAApB;AAEAL,SAAS,CAAC,aAAD,EAAgBM,MAAhB,CAAT,CACGC,YADH,CACgBN,SADhB,EAEGM,YAFH,CAEgB,UAACC,QAAD;AAAA,SAAmB,oBAAC,IAAD,QAAOA,QAAQ,EAAf,CAAnB;AAAA,CAFhB,EAGGC,GAHH,CAGO,UAHP,EAGmB;AAAA,SAAM,oBAAC,QAAD,OAAN;AAAA,CAHnB,EAIGA,GAJH,CAIO,OAJP,EAIgB;AAAA,SAAM,oBAAC,KAAD,OAAN;AAAA,CAJhB,EAKGA,GALH,CAKO,MALP,EAKe;AAAA,SAAM,oBAAC,IAAD,OAAN;AAAA,CALf","sourcesContent":["import React from 'react';\nimport { View } from 'react-native';\nimport { storiesOf } from '@storybook/react-native';\nimport { withKnobs } from '@storybook/addon-knobs';\nimport { Example as Flexible } from './Flexible';\nimport { Example as Fixed } from './Fixed';\nimport { Example as Hook } from './Hook';\n\nstoriesOf('useSafeArea', module)\n  .addDecorator(withKnobs)\n  .addDecorator((getStory: any) => <View>{getStory()}</View>)\n  .add('Flexible', () => <Flexible />)\n  .add('Fixed', () => <Fixed />)\n  .add('Hook', () => <Hook />);\n"]},"metadata":{},"sourceType":"module"}