# react-native-market-comment

> iOS: 跳转到应用AppStore添加评论页面；Android: 展示手机上已安装的应用市场，可以到每个市场添加评论

Latest version **1.0.2** (published 2017-10-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install react-native-market-comment
pnpm add react-native-market-comment
yarn add react-native-market-comment
bun add react-native-market-comment
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-10-24 |
| First published | 2017-08-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 15 |
| Author | QiaoYifei |
| Maintainers | eaffy |
| Keywords | ["react-native", "market", "comment", "score", "appstore"] |

## Links

- npm: https://www.npmjs.com/package/react-native-market-comment
- Repository: https://github.com/Eaffy/react-native-market-comment
- Homepage: https://github.com/Eaffy/react-native-market-comment#readme
- Issues: https://github.com/Eaffy/react-native-market-comment/issues
- npm.io page: https://npm.io/package/react-native-market-comment

## Recent versions

- 1.0.2 (latest) — 2017-10-24
- 1.0.1 — 2017-08-29
- 1.0.0 — 2017-08-28

## README

# react-native-market-comment
### 打开应用市场进行评论。iOS: 跳转 AppStore 评论页; Android: 跳出所有本机已安装应用市场列表，点击跳转对应市场 App评论页。
#### Installing
`npm install react-native-market-comment --save`
#### Lingking Native Dependencies
`react-naitve link react-native-market-comment`
#### Usage
`import openAppStoreToComment from 'react-native-market-comment';`
```
didClickCommentButton = () => {
  openAppStoreToComment();
}
```
#### API
* openAppStoreToComment(yourAppIdOnAppStore)

---
_Source: https://npm.io/package/react-native-market-comment · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
