Skip to content

An application for an upcoming developer conference. Built using React Native, GraphQL client.

Notifications You must be signed in to change notification settings

alexfts/r10-developer-conference-app

Repository files navigation

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

About

An application for an upcoming developer conference. Built using React Native, GraphQL client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published