React-Native/iOS client for ColorChat
- clone the repo
git clone git@github.com:dnbrwstr/colorchat-app.git
cd colorchat-app
- run
npm install
- rename iOS/Parse.sample.plist to Parse.plist and add your application ID and client key (this is used for push notifications)
- edit js/config.js, changing serverRoot with the url of your chat server
- open iOS/ColorChat.xcodeproj in Xcode and run