Searching for Bluetooth Low Energy (BLE) peripherals (only for iOS for now)
go to example folder using cd example
run yarn install
to install all of example project dependency
run npm install ../
to install the library into example project
go to ios folder using cd ios
and run pod install
build the .xcworkspace
file usng xcode to your device
- You may need to setup your code signings in the xcode to build into your device
- Doesn't work on simulator since iOS simulator don't have bluetooth capability
- To integrate with another app, it's better to publish the library to npm first