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
665 stars 62 forks source link

Stop crashing on emulated devices #19

Closed TaylorDale closed 3 years ago

TaylorDale commented 3 years ago

See https://stackoverflow.com/a/59266755/4554577

getResult() throws an exception, even though isSuccessful() is true which is a false positive. This should prevent it from crashing.

TaylorDale commented 3 years ago

@marioelo Fixed logging error

despossivel commented 3 years ago

hey, this seems to have been resolved, but I still face this problem