Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-in-app-review

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-in-app-review - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc