0.0.8 • Published 3 years ago

react-native-market-linking v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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)
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago