1.0.5 • Published 4 years ago

react-native-ask-for-review v1.0.5

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-ask-for-review and add RNAskForReview.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNAskForReview.a to your project's Build PhasesLink Binary With Libraries
  4. 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 🤔
1.0.5

4 years ago

1.0.4

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