Daily Tasks

Opinionated task app for MacOS to help you get through the day

Screen.Recording.2022-03-27.at.14.20.48.mov

Installation

Currently there are no builds, nor availability in the App Store. If you stumbled upon this repo and would like to see it there, leave a star!

Build

The only way to build this at the moment is to building it in development mode.

Prerequisites

After cloning the repository, install all dependencies (yarn is required, npm might not work)

yarn

Available Scripts

yarn expo-electron start

Runs the app on desktop in development mode. It uses electron internally, although has been tested on MacOS only.

yarn start

Runs your app in development mode.

Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.

Sometimes you may need to reset or clear the React Native packager’s cache. To do so, you can pass the --reset-cache flag to the start script:

yarn start --reset-cache

yarn ios

Like yarn start, but also attempts to open your app in the iOS Simulator if you’re on a Mac and have it installed.

yarn android

Like yarn start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you’ve finished setting up the native build environment, there are two options for making the right copy of adb available to Create React Native App:

Using Android Studio’s adb
  1. Make sure that you can run adb from your terminal.
  2. Open Genymotion and navigate to Settings -> ADB. Select “Use custom Android SDK tools” and update with your Android SDK directory.
Using Genymotion’s adb
  1. Find Genymotion’s copy of adb. On macOS for example, this is normally /Applications/Genymotion.app/Contents/MacOS/tools/.
  2. Add the Genymotion tools directory to your path (instructions for Mac, Linux, and Windows).
  3. Make sure that you can run adb from your terminal.

License

Distributed under the MIT License. See LICENSE.txt for more information.


Ondřej Bárta – @bartaxyz

GitHub

View Github