• Stars
    star
    240
  • Rank 168,229 (Top 4 %)
  • Language
    Objective-C
  • Created over 9 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS Conference App made with React Native.

Nortal TechDay 2015 Conference React Native App

Dependencies

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" }] }]

License

MIT