Gathering detailed insights and metrics for app-upgrade-react-native-rate-sdk
Gathering detailed insights and metrics for app-upgrade-react-native-rate-sdk
Gathering detailed insights and metrics for app-upgrade-react-native-rate-sdk
Gathering detailed insights and metrics for app-upgrade-react-native-rate-sdk
npm install app-upgrade-react-native-rate-sdk
Typescript
Module System
Node Version
NPM Version
36.2
Supply Chain
50.6
Quality
65.3
Maintenance
50
Vulnerability
94.1
License
Total Downloads
356
Last Day
1
Last Week
6
Last Month
17
Last Year
100
Minified
Minified + Gzipped
Latest Version
0.0.3
Package Id
app-upgrade-react-native-rate-sdk@0.0.3
Unpacked Size
10.93 kB
Size
4.13 kB
File Count
8
NPM Version
6.14.18
Node Version
14.21.3
Published on
Oct 11, 2023
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
200%
6
Compared to previous week
Last Month
70%
17
Compared to previous month
Last Year
-60.9%
100
Compared to previous year
2
2
SDK to prompt user to review the app in Playstore/App Store.
This module is designed to launch a specific App Store/Playstore link based on your preferences and the user's device. The link will direct users to your app's page, ideally focusing on the Ratings/Reviews section. Whenever feasible, the module will attempt to open the App Store/Playstore link in the native app for the respective store, such as the App Store/Playstore app. In cases where this is not feasible, it will instead open in the user's web browser.
Install via npm
npm i app-upgrade-react-native-rate-sdk --save
import {rate} from 'app-upgrade-react-native-rate-sdk';
...
const App: () => Node = () => {
const xApiKey = 'ZWY0ZDhjYjgtYThmMC00NTg5LWI0NmUtMjM5OWZkNjkzMzQ5'; // Your project key
const appInfo = {
appId: 'com.android.chrome', // for
appName: 'Wallpaper app',
platform: 'Android',
environment: 'Production',
};
const promptConfig = {
title: 'Rate us',
positiveButtonTitle: 'Sure',
negativeButtonTitle: 'No Thanks',
};
rate(appInfo, xApiKey, promptConfig);
return (
<SafeAreaView>
....
</SafeAreaView>
);
};
Note:
You can override the defaults by providing the values from your app or from dashboard.
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING and CODE OF CONDUCT for details.
The MIT License (MIT). Please see License File for more information.
If you need support please write to us at support@appupgrade.dev
No vulnerabilities found.
No security vulnerabilities found.