Mock recorder and playback tool for react-native-ble-plx
npm install react-native-ble-plx-mock-recorderbash
npm install
npm run demo:app
then close the app and the Metro popup terminal window
npm run demo:recorder
from here on you can unplug phone and power down BLE device
npm run demo:app:test
`
Getting started
To get started, read how to build your own demo from scratch. Then apply the same steps to the app you would like to test.
API
TODO
Architecture
See ARCHITECTURE.md

Limitations
Currently a large part of the central API of react-native-ble-plx is implemented, but several methods which have not been needed yet, are missing. They should be easy to add. Feel free to submit a Pull Request!
Contributing
Contributions are welcome! Please open an issue with your suggestions and/or submit a PR. PRs should pass npm test and not decrease code coverage.
Contributors
| | |
| -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 
@larsthorup | 
@muscapades |
Publish to npm
`bash
git commit && git push
wait for CI to pass
clean workspace
git checkout main
git pull
npm run test:e2e
npm run bump
npm run publish
git commit && git push
``