Socket
Socket
Sign inDemoInstall

@hadx/react-native-store-rate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hadx/react-native-store-rate

Show a popup asking for ratings or feedback. Show real in app (*or open store*) rating if users gave 5 stars.


Version published
Maintainers
1
Created
Source

React Native Store Rate

Show a popup asking for ratings or feedback. Show real in app (or open store) rating if users gave 5 stars.

In App RatingFeedback

Installation

  1. Install this package

    yarn add @hadx/react-native-store-rate
    

    OR

    npm install --save @hadx/react-native-store-rate
    
  2. Install react-native-rate

Basic Usage

import StoreRatePopup from '@hadx/react-native-store-rate';

const [visible, setVisible] = useState(true);

<StoreRatePopup
  primaryColor="#ff6a69"
  rateOptions={{
    AppleAppID: '1462815590',
    GooglePackageName: 'com.mywebsite.myapp',
  }}
  onFeedbackSubmit={feedback => setVisible(false)}
  visible={visible}
  onCancelPress={() => setVisible(false)}
/>

Keywords

FAQs

Package last updated on 29 Jan 2020

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