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.0 to 2.1.1

2

index.d.ts

@@ -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 @@

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