@tamagui/react-native-web-lite
Version:
React Native for Web
17 lines (16 loc) • 311 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.js.map