A React Native based Raspberry Pi Tank controller
Follow the React Native CLI Quickstart instructions at https://reactnative.dev/docs/environment-setup.
- If you want to build on an Android, you have to install Android Studio to manage the SDKs.
- If you want to build on an IOS Device, you have to install Xcode.
- Enable debugging mode on your device
- Connect your phone via a USB cable
git clone https://github.com/PBeeJ/robot-rec-room.gitcd robot-rec-roomyarn install(when is this not necessary?)- Edit
.envto set the IP address of the robot to be controlled. Maybe you need to edit the files to get the changes picked up (ref: zetachang/react-native-dotenv#20) yarn android
???