MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
646 stars 56 forks source link

fix: filter scene selection to UIWindowScene #165

Open DanielKuhn opened 5 months ago

DanielKuhn commented 5 months ago

When starting an app on CarPlay, the scene will be a CPTemplateApplicationScene, therefore the scene selection for presenting the review request should be filtered to UIWindowScene.