[ Package conformance ]

Device & Platform · >=0.1.0

@logicwind/react-native-exit-app

native-seam: a maintained fork of react-native-exit-app with the identical single-method contract — the exitApp() wrapper runs from the bundle; the only native part is the `ExitApp` NativeModule (vs RNExitApp upstream), a faithful no-op. this IS the complete correct contract, not a gap: Apple’s HIG forbids App Store apps from self-terminating and a browser cannot close its tab, so an app calling exitApp() on real iOS already gets nothing user-visible. same faithful tier as react-native-exit-app / react-native-orientation-locker.
85%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (2)
exitApp() — matches upstream’s exact single-method surface; faithful complete behavior (no-opas on real iOS App Store apps)
Missing (2)
none functionally — the package’s sole purpose (terminate the app) is intentionally unavailable on both iOS App Store apps and browsers; the no-op is the faithful contractnot an unimplemented feature