React Native 0.61.1
(follow iOS and Android guides)
VSCode extension for React Native provides a development environment for React Native projects. You can debug your code, quickly run react-native commands from the command palette and use IntelliSense to browse objects, functions and parameters for React Native APIs.
- Clone the repo
$ git clone https://github.com/msgbus/bluetooth-connect.git
$ cd bluetooth-connect
- Install dependencies :
$ yarn
- Start Packager:
$ yarn start
- Running on iOS:
$ yarn ios
- Running on Android:
$ yarn android