Skip to content

bashen1/react-native-mhumesdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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