larsthorup / react-native-ble-plx-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(DEPRECATED) react-native-ble-plx-sandbox

!! PLEASE USE react-native-ble-plx-mock-recorder instead !!

(this repo was only used temporarily during development)


Prerequisites:

npm install
npm test

Debug in simulator or phone

Plug in phone, or else simulator will be used.

Terminal 1:

npm start

Terminal 2:

npm run android

Deploy app on phone

TBD

npm run android:log

Create app recorder project

  • add permissions in android/app/src/main/AndroidManifest.xml
  • configure package name in .env

Publish packages

npm test
# git commit && git push
# wait for CI to pass
npm run bump
npm run publish
# git commit && git push

About

License:MIT License


Languages

Language:JavaScript 76.6%Language:Java 12.0%Language:Objective-C 8.7%Language:Ruby 1.4%Language:Starlark 1.2%Language:Shell 0.0%