@tamagui/react-native-web-lite
Version:
React Native for Web
14 lines (13 loc) • 309 B
JavaScript
function emptyFunction() {}
const BackHandler = {
exitApp: emptyFunction,
addEventListener() {
return {
remove: emptyFunction
};
},
removeEventListener: emptyFunction
};
var BackHandler_default = BackHandler;
export { BackHandler_default as default };
//# sourceMappingURL=index.mjs.map