UNPKG

react-native-paper

Version:
11 lines 238 B
function emptyFunction() {} export const BackHandler = { exitApp: emptyFunction, addEventListener() { return { remove: emptyFunction }; }, removeEventListener: emptyFunction }; //# sourceMappingURL=BackHandler.js.map