6fc4bcdbc583f1f9b4b0bf5c26cc5b6b.json
3.33 KB
{"ast":null,"code":"Object.defineProperty(exports,\"__esModule\",{value:true});exports.default=void 0;var _react=require(\"react\");function _inheritsLoose(subClass,superClass){subClass.prototype=Object.create(superClass.prototype);subClass.prototype.constructor=subClass;subClass.__proto__=superClass;}var StatusBar=function(_Component){_inheritsLoose(StatusBar,_Component);function StatusBar(){return _Component.apply(this,arguments)||this;}StatusBar.setBackgroundColor=function setBackgroundColor(){};StatusBar.setBarStyle=function setBarStyle(){};StatusBar.setHidden=function setHidden(){};StatusBar.setNetworkActivityIndicatorVisible=function setNetworkActivityIndicatorVisible(){};StatusBar.setTranslucent=function setTranslucent(){};var _proto=StatusBar.prototype;_proto.render=function render(){return null;};return StatusBar;}(_react.Component);exports.default=StatusBar;","map":{"version":3,"sources":["C:/Users/bluej/Desktop/2_2/searchGuide/searchGuide/node_modules/react-native-web/dist/exports/StatusBar/index.js"],"names":["_inheritsLoose","subClass","superClass","prototype","Object","create","constructor","__proto__","StatusBar","_Component","apply","arguments","setBackgroundColor","setBarStyle","setHidden","setNetworkActivityIndicatorVisible","setTranslucent","_proto","render","Component"],"mappings":"gFAUA,4BAVA,QAASA,CAAAA,cAAT,CAAwBC,QAAxB,CAAkCC,UAAlC,CAA8C,CAAED,QAAQ,CAACE,SAAT,CAAqBC,MAAM,CAACC,MAAP,CAAcH,UAAU,CAACC,SAAzB,CAArB,CAA0DF,QAAQ,CAACE,SAAT,CAAmBG,WAAnB,CAAiCL,QAAjC,CAA2CA,QAAQ,CAACM,SAAT,CAAqBL,UAArB,CAAkC,CAYvL,GAAIM,CAAAA,SAAS,CAEb,SAAUC,UAAV,CAAsB,CACpBT,cAAc,CAACQ,SAAD,CAAYC,UAAZ,CAAd,CAEA,QAASD,CAAAA,SAAT,EAAqB,CACnB,MAAOC,CAAAA,UAAU,CAACC,KAAX,CAAiB,IAAjB,CAAuBC,SAAvB,GAAqC,IAA5C,CACD,CAEDH,SAAS,CAACI,kBAAV,CAA+B,QAASA,CAAAA,kBAAT,EAA8B,CAAE,CAA/D,CAEAJ,SAAS,CAACK,WAAV,CAAwB,QAASA,CAAAA,WAAT,EAAuB,CAAE,CAAjD,CAEAL,SAAS,CAACM,SAAV,CAAsB,QAASA,CAAAA,SAAT,EAAqB,CAAE,CAA7C,CAEAN,SAAS,CAACO,kCAAV,CAA+C,QAASA,CAAAA,kCAAT,EAA8C,CAAE,CAA/F,CAEAP,SAAS,CAACQ,cAAV,CAA2B,QAASA,CAAAA,cAAT,EAA0B,CAAE,CAAvD,CAEA,GAAIC,CAAAA,MAAM,CAAGT,SAAS,CAACL,SAAvB,CAEAc,MAAM,CAACC,MAAP,CAAgB,QAASA,CAAAA,MAAT,EAAkB,CAChC,MAAO,KAAP,CACD,CAFD,CAIA,MAAOV,CAAAA,SAAP,CACD,CAxBD,CAwBEW,gBAxBF,CAFA,C","sourcesContent":["function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }\n\n/**\n * Copyright (c) Nicolas Gallagher.\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 { Component } from 'react';\n\nvar StatusBar =\n/*#__PURE__*/\nfunction (_Component) {\n _inheritsLoose(StatusBar, _Component);\n\n function StatusBar() {\n return _Component.apply(this, arguments) || this;\n }\n\n StatusBar.setBackgroundColor = function setBackgroundColor() {};\n\n StatusBar.setBarStyle = function setBarStyle() {};\n\n StatusBar.setHidden = function setHidden() {};\n\n StatusBar.setNetworkActivityIndicatorVisible = function setNetworkActivityIndicatorVisible() {};\n\n StatusBar.setTranslucent = function setTranslucent() {};\n\n var _proto = StatusBar.prototype;\n\n _proto.render = function render() {\n return null;\n };\n\n return StatusBar;\n}(Component);\n\nexport { StatusBar as default };"]},"metadata":{},"sourceType":"script"}