Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safaiyeh/react-native-app-review
React Native module to request users to leave an app review.
https://github.com/safaiyeh/react-native-app-review
android app-review appstore ios macos playstore react-native
Last synced: 4 months ago
JSON representation
React Native module to request users to leave an app review.
- Host: GitHub
- URL: https://github.com/safaiyeh/react-native-app-review
- Owner: safaiyeh
- License: mit
- Created: 2020-08-10T01:22:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-16T03:36:27.000Z (over 4 years ago)
- Last Synced: 2024-10-14T15:32:01.017Z (4 months ago)
- Topics: android, app-review, appstore, ios, macos, playstore, react-native
- Language: Java
- Homepage: https://www.npmjs.com/package/react-native-app-review
- Size: 385 KB
- Stars: 39
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-app-review
React Native module to request users to leave an app review.
## Installation
```sh
npm install react-native-app-review
```## Usage
```js
import AppReview from "react-native-app-review";// ...
AppReview.launch();
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT