/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@logicwind/react-native-exit-app@0.2.0/lib/module/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";import{NativeModules,Platform}from"react-native";const LINKING_ERROR="The package '@logicwind/react-native-exit-app' doesn't seem to be linked. Make sure: \n\n"+Platform.select({ios:"- You have run 'pod install'\n",default:""})+"- You rebuilt the app after installing the package\n- You are not using Expo Go\n",ExitApp=NativeModules.ExitApp?NativeModules.ExitApp:new Proxy({},{get(){throw new Error(LINKING_ERROR)}});export const exitApp=()=>ExitApp.exitApp();
//# sourceMappingURL=/sm/a5858c983ab01498b8c3d4fe52569ab935e69550d4025082c420616537a5c1f5.map