UNPKG

react-native-exit-app

Version:

Exit,close,kill,shutdown app completely for React Native on iOS and Android.

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