{"ast":null,"code":"function emptyFunction() {}\n\nvar BackHandler = {\n  exitApp: emptyFunction,\n  addEventListener: function addEventListener() {\n    return {\n      remove: emptyFunction\n    };\n  },\n  removeEventListener: emptyFunction\n};\nexport default BackHandler;","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-web/dist/exports/BackHandler/index.js"],"names":["emptyFunction","BackHandler","exitApp","addEventListener","remove","removeEventListener"],"mappings":"AASA,SAASA,aAAT,GAAyB,CAAE;;AAE3B,IAAIC,WAAW,GAAG;AAChBC,EAAAA,OAAO,EAAEF,aADO;AAEhBG,EAAAA,gBAAgB,EAAE,SAASA,gBAAT,GAA4B;AAC5C,WAAO;AACLC,MAAAA,MAAM,EAAEJ;AADH,KAAP;AAGD,GANe;AAOhBK,EAAAA,mBAAmB,EAAEL;AAPL,CAAlB;AASA,eAAeC,WAAf","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 */\nfunction emptyFunction() {}\n\nvar BackHandler = {\n  exitApp: emptyFunction,\n  addEventListener: function addEventListener() {\n    return {\n      remove: emptyFunction\n    };\n  },\n  removeEventListener: emptyFunction\n};\nexport default BackHandler;"]},"metadata":{},"sourceType":"module"}