mikkoj / NortalTechDay

iOS Conference App made with React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

iOS Conference App made with React Native.


Languages

Language:Objective-C 69.9%Language:JavaScript 30.0%Language:Ruby 0.1%