[ Package conformance ]
Device & Platform · >=2.0.0
react-native-exit-app
native-seam: the exitApp() wrapper runs from the bundle; the RNExitApp TurboModule is 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 "the platform cannot do this, so the no-op is correct" tier as 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 Spec; 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