Go to file
lvwang2002 8141e30438 feature():1.去掉动态血糖的电池电量的百分比的算法 2024-09-11 23:38:37 +08:00
.github init() 2024-03-24 17:45:44 +08:00
.yarn init() 2024-03-24 17:45:44 +08:00
android fixed():1.修改android动态血糖崩溃的问题 2024-09-02 05:46:12 +08:00
example feature():1.增加iOS动态血糖的算法 2024-09-02 05:47:05 +08:00
ios fixed():1.修改循环引用的问题 2024-09-03 02:06:27 +08:00
src feature():1.去掉动态血糖的电池电量的百分比的算法 2024-09-11 23:38:37 +08:00
.editorconfig init() 2024-03-24 17:45:44 +08:00
.gitattributes init() 2024-03-24 17:45:44 +08:00
.gitignore init() 2024-03-24 17:45:44 +08:00
.nvmrc init() 2024-03-24 17:45:44 +08:00
.watchmanconfig init() 2024-03-24 17:45:44 +08:00
.yarnrc.yml init() 2024-03-24 17:45:44 +08:00
CODE_OF_CONDUCT.md init() 2024-03-24 17:45:44 +08:00
CONTRIBUTING.md init() 2024-03-24 17:45:44 +08:00
Glucose_calculation_array.h feature():新增对android的支持 2024-04-29 18:57:13 +08:00
LICENSE init() 2024-03-24 17:45:44 +08:00
README.md init() 2024-03-24 17:45:44 +08:00
babel.config.js init() 2024-03-24 17:45:44 +08:00
lefthook.yml init() 2024-03-24 17:45:44 +08:00
package-lock.json feature():新增对android的支持 2024-04-29 18:57:13 +08:00
package.json remove():去掉workspaces字段 2024-03-24 23:29:40 +08:00
react-native-bt-device.podspec init() 2024-03-24 17:45:44 +08:00
tsconfig.build.json init() 2024-03-24 17:45:44 +08:00
tsconfig.json feature():允许在ts文件中引入js模块 2024-03-28 19:11:00 +08:00
turbo.json init() 2024-03-24 17:45:44 +08:00
yarn.lock init() 2024-03-24 17:45:44 +08:00

README.md

react-native-bt-device

bt device

Installation

npm install react-native-bt-device

Usage

import { multiply } from 'react-native-bt-device';

// ...

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