A Simple POC to connect and access service in bluetooth/ble device
# Clone the repo
git clone https://github.com/AmalMenachery/ble-connect-poc.git
# Navigate to clonned folder and Install dependencies
cd ble-connect-poc && yarn install
# Install Pods
cd ios && pod install
Run this command to start the development server and to start your app on iOS simulator:
yarn run:ios
Or, if you prefer Android:
yarn run:android
That's it! Cool, right?