@ajaysidhu/react-native-template
Version:
It is a minimalist React Native template with preconfigured common set of packages to start a new app.
11 lines (10 loc) • 339 B
JavaScript
;
function emptyFunction() {}
(exports.__esModule = !0), (exports.default = void 0);
var BackHandler = {
exitApp: emptyFunction,
addEventListener: () => ({ remove: emptyFunction }),
removeEventListener: emptyFunction,
},
_default = BackHandler;
(exports.default = _default), (module.exports = exports.default);