react-native-in-app-review
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,2 @@ declare module "react-native-in-app-review"; | ||
export function isAvailable(): void; | ||
export function isAvailable(): boolean; |
{ | ||
"name": "react-native-in-app-review", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "react native in app review, to rate on Play store, App Store, Generally, the in-app review flow (see figure 1 for play store, figure 2 for ios) 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 for play store only. Once submitted, the review is sent to the Play Store or App store and eventually displayed.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,8 +44,3 @@ # react-native-in-app-review | ||
<summary>iOS details</summary> | ||
1. In Xcode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` | ||
2. Go to `node_modules` ➜ `react-native-in-app-review` and add `RNInAppReviewIOS.xcodeproj.xcodeproj` | ||
3. In Xcode, in the project navigator, select your project. Add `libRNInAppReviewIOS.xcodeproj.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` | ||
4. Run your project (`Cmd+R`) | ||
### Using [CocoaPods](https://cocoapods.org/) | ||
@@ -52,0 +47,0 @@ |
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
25034
171