This project is for the React Native Creative Workshop on December 2nd.
Please follow the steps below to get a repo that should look exactly like this one. You should also be able to clone this repo and run it locally, and see the following screen with your phone or simulator showing
This workshop is for developers with some React experience. The focus will be on bridging that knowledge to React Native
- Install Expo from here
- Create a new expo app with
expo init my-new-project
Following the Expo instructions will let your preview your app on either a simulator or physical device:
- For iOS: Download Xcode and Xcode CLI
- Install Xcode and Xcode Command Line Tools
- For Android: Android Studio
- Setup Android Studio and a virtual device
