{"ast":null,"code":"import React from 'react';\nimport UnimplementedView from \"../../modules/UnimplementedView\";\n\nfunction YellowBox(props) {\n  return React.createElement(UnimplementedView, props);\n}\n\nYellowBox.ignoreWarnings = function () {};\n\nexport default YellowBox;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/exports/YellowBox/index.js"],"names":["React","UnimplementedView","YellowBox","props","createElement","ignoreWarnings"],"mappings":"AASA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,iBAAP;;AAEA,SAASC,SAAT,CAAmBC,KAAnB,EAA0B;AACxB,SAAoBH,KAAK,CAACI,aAAN,CAAoBH,iBAApB,EAAuCE,KAAvC,CAApB;AACD;;AAEDD,SAAS,CAACG,cAAV,GAA2B,YAAY,CAAE,CAAzC;;AAEA,eAAeH,SAAf","sourcesContent":["/**\n * Copyright (c) Nicolas Gallagher.\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\nimport React from 'react';\nimport UnimplementedView from '../../modules/UnimplementedView';\n\nfunction YellowBox(props) {\n  return /*#__PURE__*/React.createElement(UnimplementedView, props);\n}\n\nYellowBox.ignoreWarnings = function () {};\n\nexport default YellowBox;"]},"metadata":{},"sourceType":"module"}