Skip to content

ReactCLT/MeetupRN

 
 

Repository files navigation

MeetupRN

I made this iOS React Native app for a talk at the ReactJS Charlotte meetup group: React Native Up & Running. It's a simple app--three components. It taps into Meetup's public API to display past and upcoming ReactJS Charlotte events, and the user can tap on an event to see event hosts and those who RSVP'd with a "yes."

Components

  • index.io.js: Where it all starts. This houses the NavigatorIOS component, which helps us navigate through our app.
  • EventList: Lists the events and related data.
  • RsvpList: Lists event hosts and RSVP'd attendees.
  • api.js (helper): Takes care of fetching the data from the Meetup API.

Commits (for following along/seeing progress)

  1. 9354567: Initial commit (after initializing a new, blank React Native app).
  2. 5fecde1: Adding ScrollView.
  3. 028b779: Hit Meetup API to get list of ReactJS events and display.
  4. f5802cd: Add NavigatorIOS for routing/navigation bar and get Event attendees names and photos.
  5. 6ea2cf6: Adding styles and more content.
  6. bde2b50: Additional styles.
  7. 31e70e1: Make iOS status bar text color white instead of black.
  8. 4c8087e: Fixing Xcode issues and running on device.
  9. 5e10214: Added appicon iconset for home screen icon.

React Native Components Used

Other Stuff Used

React out to Brandon Fancher here if you have any questions or would like to connect.

About

Demo for Introduction to React Native Talk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.2%
  • Objective-C 28.3%
  • Python 10.6%
  • Java 7.9%