Table of Contents
(back to top)
For Android you can download prebuilt binary APK file from releases page.
For iOS you have to build the project on your own.
-
Make an expo account
-
Clone the repo
git clone https://github.com/iskaa02/taskkit.git
-
Install packages
yarn
-
Build project with expo EAS
for development change the --profile argument to development
to build for ios change the -p argument to ios
eas build -p android --profile production
-
Install expo cli
-
Run
expo prebuild -
expo should generate android/ and ios/ folders
- Building a Sever
- Sync between devices
- Share lists between users
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Build Development client with EAS
sh eas build -p [platform] --profile development - Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
To translate the app to your own language
- follow the Contribution steps
- add [your language code].json file into src/i18n folder
- translate all keys check the en.json file for reference
- add you language config in this file
Distributed under the MIT License. See LICENSE for more information.
Ismael Karim - [email protected]
Project Link: https://github.com/iskaa02/taskkit