react-native-exit-app icon indicating copy to clipboard operation
react-native-exit-app copied to clipboard

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

Results 15 react-native-exit-app issues
Sort by recently updated
recently updated
newest added

Greatly appreciate if a new npm version can be released.

So, i'm using this on my project and i'm having this issue when building the App: ``` A problem occurred configuring project ':react-native-exit-app'. > Could not resolve all artifacts for...

When using RNExitApp.exitApp(); there is no way to remove app from recent apps.

I was code reviewing this before using it and it seems the code I've reviewed might be unnecessary?

When I try to build and app with export type `appstore`, it's failing with this error: clang: error: no such file or directory: '/Users/dorianmazur/Library/Developer/Xcode/DerivedData/HSEHealth-dfpjysdkkzjanwawxbicvhdzbohw/Build/Intermediates.noindex/ArchiveIntermediates/HSEHealth/BuildProductsPath/Release-appletvos/libRNExitApp.a'

Hello, I am facing a problem with iOS build. Currenlty I am using RN 0.73.2 and I need to build the app with static framework, so I am not 100%...

How can use the last version with pnpm

Hi, I faced the following error in iOS, but Android works well. Does autolink work with ReactNative 0.72.6 ? ``` Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNExitApp' could not be found. Verify that...

We build app for native, but debugging and preview on web, it makes things go easier and fastest. please add support for react-native-web, log warning instead of raise exception on...