Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JetBrains/youtrack-mobile
A iOS and Android client for YouTrack
https://github.com/JetBrains/youtrack-mobile
android ios react react-native youtrack
Last synced: 15 days ago
JSON representation
A iOS and Android client for YouTrack
- Host: GitHub
- URL: https://github.com/JetBrains/youtrack-mobile
- Owner: JetBrains
- License: other
- Created: 2016-10-11T15:00:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-02T23:49:12.000Z (5 months ago)
- Last Synced: 2024-06-03T01:21:55.809Z (5 months ago)
- Topics: android, ios, react, react-native, youtrack
- Language: TypeScript
- Homepage: https://www.jetbrains.com/youtrack/features/youtrack-mobile.html
- Size: 58.2 MB
- Stars: 258
- Watchers: 18
- Forks: 60
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTrack Mobile ![](http://jb.gg/badges/official-flat-square.svg)
YouTrack Mobile app lets you stay on track with your tasks while you're on the go:
* Easily work with your projects and tasks no matter where you are. You can create, view, and update issues, as well as attach images and other files.
* Stay on track with real-time notifications about activity in your tasks and projects.
* Alert members of your team regarding changes that require their attention. Use the @ sign to mention a colleague in an issue comment.
* View and organize your issues on agile boards.YouTrack Mobile is written in React Native together with Redux and Flow. The app is available for iOS and Android platforms.
## Installation
* [Google Play](https://play.google.com/store/apps/details?id=com.jetbrains.youtrack.mobile.app)
* [Apple App Store](https://itunes.apple.com/us/app/youtrack/id1028024655?ls=1&mt=8)## Bug and Issue Tracker
Should you have any problems, report them to the [YouTrack Mobile issue tracker](https://youtrack.jetbrains.com/newissue?project=YTM&clearDraft=true).## Contributing
YouTrack Mobile is an open-source project. We are very happy to accept community contributions.
### Prerequisites
Before submitting PR's, read:
* [React Native getting started](https://facebook.github.io/react-native/docs/getting-started.html)
* [React Native debugging](https://facebook.github.io/react-native/docs/debugging.html)### Installation
```
yarn install
```### iOS
1. Install [Xcode](https://developer.apple.com/xcode/download/).
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](https://facebook.github.io/react-native/docs/getting-started.html#android-development-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`