Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 555 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 555 Bytes

BLEServiceDiscovery

Getting started

This is a non-expo setup, if you're having problems be sure to follow the React Native CLI instructions.

Install the dependencies:

npm i

For ios, install cocoapods:

cd ios
pod install
cd ..

Run Metro in the root of the project:

npx react-native start

Then, in a new tab run:

npx react-native run-ios

Blog post for this project.