/react-native-market-helper

跳转应用商店的帮助类,对应系统跳转对应的应用商店

Primary LanguageJavaMIT LicenseMIT

react-native-market-helper

原仓库 跳转应用商店的帮助类,对应系统跳转对应的应用商店

Installation

npm install react-native-market-helper

Usage

import { open } from "react-native-market-helper";

// ...

const appStoreId = 1397766350;
open(appStoreId);

License

MIT