Go to file
lvwang2002 366b41d716 feature():扫描时间修改 2024-04-29 22:53:15 +08:00
.github init() 2024-03-24 17:45:44 +08:00
.yarn init() 2024-03-24 17:45:44 +08:00
android feature():扫描时间修改 2024-04-29 22:53:15 +08:00
example feature():新增对android的支持 2024-04-29 18:57:13 +08:00
ios feature():1.修改dyglucose的消息发送模式适配新版程序 2.删除用不到的读卡库引用代码 2024-03-29 01:09:57 +08:00
src feature():1.修改dyglucose的消息发送模式适配新版程序 2.删除用不到的读卡库引用代码 2024-03-29 01:09:57 +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