1.0.5 • Published 5 years ago
react-native-ask-for-review v1.0.5
react-native-ask-for-review
Ask for ⭐️⭐️⭐️⭐️⭐️ nicely
This React Native package basicly triggers system-provided rating prompt with following Apple's practices.
For more information:
Relevant Human interface guideline
Requesting App Store Review Documentation
Getting started
npm install react-native-ask-for-review --save
or
yarn add react-native-ask-for-review
then
cd ios && pod install and run your project 🔥
Mostly automatic installation
react-native link react-native-ask-for-review
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-ask-for-reviewand addRNAskForReview.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNAskForReview.ato your project'sBuild Phases➜Link Binary With Libraries Run your project (
Cmd+R)<
🧠 Usage
import AskForReview from 'react-native-ask-for-review';
// Call it in your App.js
AskForReview();🗺 Road Map
- Solution for Android side 🤔