1.0.6 • Published 4 years ago

@hadx/react-native-store-rate v1.0.6

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

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)}
/>
1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago