|
|
||
|---|---|---|
| .github | ||
| .yarn | ||
| android | ||
| example | ||
| ios | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .nvmrc | ||
| .watchmanconfig | ||
| .yarnrc.yml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| Glucose_calculation_array.h | ||
| LICENSE | ||
| README.md | ||
| babel.config.js | ||
| lefthook.yml | ||
| package-lock.json | ||
| package.json | ||
| react-native-bt-device.podspec | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| turbo.json | ||
| yarn.lock | ||
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