react-native-in-app-review
Advanced tools
Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "react-native-in-app-review", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"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", |
@@ -27,3 +27,6 @@ # react-native-in-app-review | ||
``` | ||
OR | ||
``` sh | ||
$ yarn add react-native-in-app-review | ||
@@ -38,6 +41,11 @@ ``` | ||
Don't forget to run ```npx pod-install``` after that ! | ||
- If you do not have CocoaPods already installed on your machine, run ```sudo gem install cocoapods``` to set it up the first time, after that run ```npx pod-install``` | ||
**React Native 0.59 and below** | ||
Run `react-native link react-native-in-app-review` to link the react-native-in-app-review library. | ||
Then follow the instructions for your platform to link react-native-in-app-review into your project: | ||
after following the instructions for your platform to link react-native-in-app-review into your project: | ||
@@ -56,3 +64,3 @@ ### Manual Linking | ||
```ruby | ||
pod 'RNInAppReviewIOS.xcodeproj', :path => '../node_modules/react-native-in-app-review/ios' | ||
pod 'react-native-in-app-review', :path => '../node_modules/react-native-in-app-review' | ||
``` | ||
@@ -179,3 +187,7 @@ | ||
# Please Note, To test your integration using the App Store | ||
- When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight. | ||
## How to test your code | ||
@@ -182,0 +194,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
27853
124
204