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."
- 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.
- 9354567: Initial commit (after initializing a new, blank React Native app).
- 5fecde1: Adding ScrollView.
- 028b779: Hit Meetup API to get list of ReactJS events and display.
- f5802cd: Add NavigatorIOS for routing/navigation bar and get Event attendees names and photos.
- 6ea2cf6: Adding styles and more content.
- bde2b50: Additional styles.
- 31e70e1: Make iOS status bar text color white instead of black.
- 4c8087e: Fixing Xcode issues and running on device.
- 5e10214: Added appicon iconset for home screen icon.
React out to Brandon Fancher here if you have any questions or would like to connect.