mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-19 05:37:53 +00:00
bytedesk-react-native
customer service
Installation
# proxy
# export http_proxy=http://127.0.0.1:10818
# export https_proxy=http://127.0.0.1:10818
npm install bytedesk-react-native
Usage
import { multiply } from 'bytedesk-react-native';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library