Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.13 KB

R10 Developer Conference

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.

Layout

Note that while iOS is using a TabNavigator, Android is using a Drawer for navigation:


iOS screenshot

Android screenshot


Technologies Used

  • React Native
  • GraphQL
  • AsyncStorage
  • React Navigation
  • React Google Maps

Setup

Running the application requires XCode and Android Studio installed. The instructions rely on React Native CLI to run the application

yarn

or

yarn install

iOS

From your terminal, run

react-native run-ios

Android

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