1.1.0 • Published 3 years ago

react-native-mhumesdk v1.1.0

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

react-native-mhumesdk

npm version

头条应用管理中心分包SDK

安装

npm i react-native-mhumesdk -E

使用

import Humesdk from "react-native-mhumesdk";

const channel = await Humesdk.getChannel();

const version = await Humesdk.getVersion();

const channel = Humesdk.getChannelSync();

const version = Humesdk.getVersionSync();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT