A React Native iOS conference app for Nortal TechDay 2015 with session schedules, speaker info, and Twitter integration.
Nortal TechDay is a React Native iOS conference application created for the Nortal TechDay 2015 event. It provides attendees with a mobile interface to browse conference tracks, session schedules, speaker details, and integrate with Twitter for social interaction. The app solves the problem of delivering an engaging, native mobile experience for conference participants without requiring separate iOS and Android codebases.
Conference organizers and mobile developers looking to build event-specific apps using React Native, particularly for iOS platforms with social media integration needs.
Developers choose this project as a reference implementation for building conference apps with React Native, offering a complete example with API integration, Twitter functionality, and a structured data model for sessions and speakers.
iOS Conference App made with React Native.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides a full React Native implementation with API integration and a structured data model for tracks and sessions, as shown in the tracks.json example, making it easy to adapt for similar events.
Integrates TwitterKit for iOS to enable social sharing and engagement, which was a key feature for attendee interaction during the 2015 conference.
Includes a clear JSON schema for session and speaker data in the README, facilitating customization for other conferences without redesigning the data layer.
Serves as a practical reference for building native iOS apps with React Native, showcasing real-world use of components and third-party services.
Relies on TwitterKit and react-native-icons, which are outdated and likely incompatible with modern React Native versions, posing integration challenges.
Built exclusively for iOS, so it cannot be used for Android apps without significant code changes, limiting its cross-platform utility.
Requires manual insertion of API keys in Info.plist and use of the Fabric Mac-app, as noted in the README, which is no longer standard or user-friendly.