R10 is an iOS and Android app built in React Native. It allows a conference attendee to view the conference schedule, see the details for each session, find out information about each speaker, add sessions to favourites, and view the conference's location on the map.
Note that while iOS is using a TabNavigator, Android is using a Drawer for navigation:
- React Native
- GraphQL
- AsyncStorage
- React Navigation
- React Google Maps
Running the application requires XCode and Android Studio installed. The instructions rely on React Native CLI to run the application
yarn
or
yarn install
From your terminal, run
react-native run-ios
Make sure Android Studio is open and is running one of the virtual devices, preferably with Pie as the version. Then run this from your terminal:
react-native run-android