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

react-native-review

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-review

A React Native module for requesting an in-app review dialogue

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

About

This projects aims to implement the newly introduced In-App review functionality (iOS 10.3) via a React Native bridge.

Pull requests are very welcome and any additional functionality or enhancements are most welcome.

Installation (RN Linker)

  1. Run npm install react-native-review --save

  2. Run react-native link react-native-review

  3. Toggle on In-App Purchases for your App (Project > Capabilities > In-App Purchases)

  4. Add the following JavaScript to your project:

import Review from 'react-native-review';

const appReview = new Review().requestReview();

Manual Installation

  1. Run npm install react-native-review --save

  2. Add RNReview.xcodeprojc to your Projects libraries (Right click 'Libraries' under your project and select 'Add files to "Project"...')

  3. Add 'lbRNReview.a' to your projects 'Build Phases' (Project > Build Phases)

  4. Toggle on In-App Purchases for your App (Project > Capabilities > In-App Purchases)

  5. Add the following JavaScript to your project:

import Review from 'react-native-review';

const appReview = new Review().requestReview();

Keywords

FAQs

Package last updated on 04 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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