React Native Workshop for HackMerced VI
Download the following:
- Expo Go or Expo on your iOS/Android device
- Visual Studio Code
- NodeJS
Run the following commands:
- npm install -g expo-cli
- npm install -g react-native-cli
- expo init HackMercedDemo
- cd HackMercedDemo
- npm start