Koshian is toggl client.
-
Requirements
- Install Node.js 4.0 or newer.
- Install watchman newer
-
iOS Setup
- Xcode 6.3 or higher is required.
-
Chrome Setup
- Install React Developer Tools
- Setup Chrome Developer Tools. Enable Pause On Caught Exceptions
$ npm i
- Run server
$ npm start
- Open Project & Run
$ open ios/koshian.xcodeproj- In the Xcode, Press
Cmd + r - In the Simulator, Press
Ctrl + Cmd + zand selectDebug in Chrome - In the Google Chrome, Open Developer Tools and select
Reacttab
More detail, see React Native Debugging Documents