原仓库 跳转应用商店的帮助类,对应系统跳转对应的应用商店
npm install react-native-market-helper
import { open } from "react-native-market-helper";
// ...
const appStoreId = 1397766350;
open(appStoreId);
MIT
原仓库 跳转应用商店的帮助类,对应系统跳转对应的应用商店
npm install react-native-market-helper
import { open } from "react-native-market-helper";
// ...
const appStoreId = 1397766350;
open(appStoreId);
MIT