Home

Awesome

YouTrack Mobile

YouTrack Mobile app lets you stay on track with your tasks while you're on the go:

YouTrack Mobile is written in React Native together with Redux and Flow. The app is available for iOS and Android platforms.

Installation

Bug and Issue Tracker

Should you have any problems, report them to the YouTrack Mobile issue tracker.

Contributing

YouTrack Mobile is an open-source project. We are very happy to accept community contributions.

Prerequisites

Before submitting PR's, read:

Installation

yarn install

iOS

  1. Install Xcode. It's also recommended to install Xcode command line tools xcode-select --install.
  2. From Xcode settings download an iOS simulator.

Android

Setup Android environment.

Development

  1. Start a development server yarn start
  2. Perform yarn ios or yarn android-emulator && yarn android.
  3. Perform error check yarn lint
  4. Run tests yarn test