// Type definitions for react-native-exit-app-fix 1.0.0 // Project: https://github.com/wumke/react-native-exit-app-fix // Definitions by: Anton Dyshkant declare module 'react-native-exit-app-fix' { const RNExitApp: { exitApp: () => void }; export = RNExitApp; }