iOS Conference App made with React Native
NortalTechDay
Nortal TechDay 2015 Conference React Native App.
Dependencies
- TwitterKit (use the Fabric Mac-app or manually insert API keys in Info.plist)
- react-native-icons
API
config.js should have the root address for the API
######/tracks (full example at stores/examples/tracks.json) [{ "id": 1, "title": "Development", "sessions": [{ "title": "Talk title", "startTime": "10:00", "endTime": "10:45", "room": "8A", "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", "speakers": [{ "name": "Speaker", "avatar": "http://www.nortal.com/speaker.png", "twitter": "@speaker" }], "language": "English" }] }]