Development applications used for programing/testing react-native-bluetooth-classic
Originally the development and example apps were stored inside the library itself react-native-blueooth-classic/BluetoothClassicExample
which caused two major issues:
- There were issues writing tests (dependencies required for testing broke the Example app)
- With more apps being required (multiple React Native versions, functionality showcase, etc) the library would be polluted
Feel free to add your own sample application, either:
- Within this project, specifically if help testing/debugging is required
- Updating this
README.md
with a link to your showcase application
The primary application used during development.
- Supports the lowest versions of React Native (0.60.0), Android (26) and IOS (9)
- Provides almost all functionality from the library
- Configured to use the locally installed
../../react-native-bluetooth-classic/
project.