UNPKG

@ajaysidhu/react-native-template

Version:

It is a minimalist React Native template with preconfigured common set of packages to start a new app.

8 lines (7 loc) 198 B
function emptyFunction() {} var BackHandler = { exitApp: emptyFunction, addEventListener: () => ({ remove: emptyFunction }), removeEventListener: emptyFunction, }; export default BackHandler;