bb8 icon indicating copy to clipboard operation
bb8 copied to clipboard

Companion code for talk "Event-Driven Bluetooth handling in React Native" at React Day 2019

BB8 remote control

Control you BB8 via React Native

A small react native app that controlls Sphero's BB8 via Bluetooth by using streams. Companion code for talk "Event-Driven Bluetooth handling in React Native" at React Day 2020.

Installation

git clone https://github.com/Morton/bb8.git
cd bb8
yarn install

Run on Android

yarn android

Run on iOS

yarn ios