react-native-in-app-review
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -9,3 +9,3 @@ import React from "react"; | ||
static RequestInAppReview() { | ||
if (Platform.OS === "android" && Platform.Version === 21) { | ||
if (Platform.OS === "android" && Platform.Version >= 21) { | ||
InAppReviewModule.show(); | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "react-native-in-app-review", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "react native app review Generally, the in-app review flow (see figure 1) can be triggered at any time throughout the user journey of your app. During the flow, the user has the ability to rate your app using the 1 to 5 star system and to add an optional comment. Once submitted, the review is sent to the Play Store and eventually displayed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8225
8
77