Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 465 Bytes

react-native-market-comment

打开ios和安卓各大应用市场

Installing

npm install react-native-market-linking --save yarn add react-native-market-linking

Lingking Native Dependencies

if your RN Version < 0.6.0

react-naitve link react-native-market-linking

Usage

import { openAppStore } from 'react-native-market-linking';

didClickOpenButton = () => {
  openAppStore();
}

API

  • openAppStore(yourAppIdOnAppStore)