Eclipse is an adaptive Pomodoro app for people who do not work well with strict time limits. You work and rest at your own pace, with suggested rest times in between.
Focus Mode | Rest Mode |
---|---|
More features and a better interface coming soon... or maybe later 😜.
This project uses the Expo SDK. Make sure you have the following installed:
- yarn
- Node.js
- expo-cli
- Expo Go (Android/iOS)
Once you have those tools installed, you can do the following commands.
$ yarn
$ expo start
You'll need an Expo Developer Account for this. You'll also need an Apple Developer Account for iOS builds. For a more complete guide, refer to Expo's documentation.
This is not recommended and will soon be deprecated.
$ expo build:android # for android
$ expo build:ios # for ios
EAS builds are generally smaller in size.
$ eas build --profile preview --platform android # for android
$ eas build --profile preview --platform ios # for ios
Alternatively, you can also use --profile development
for dev tools.
Found a bug or problem that you want resolved? Please consider opening an issue here.
Want to request for a feature? You can open a request here
You can find the latest release for Android here.