[ Package conformance ]

Device & Platform · >=4.0.0

react-native-in-app-review

native-seam only — the real upstream InAppReview class (Platform.OS branching + native-module presence checks) runs from the bundle. sootsim registers RNInAppReviewIOS (isAvailable: true, requestReview => true) and InAppReviewModule (show / showInAppCommentHMS => true) TurboModules. correct since the AppStore review prompt has no browser equivalent.
100%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (5)
real upstream InAppReview JS class + isModuleAvailable() running from the bundleRequestInAppReview (resolves true)isAvailable (returns true on iOS via isAvailable gettertrue on Android via Platform.Version >= 21 check)requestInAppCommentAppGallery on Android via showInAppCommentHMS
Missing—