Firefly III mobile application to manage your self-hosted Firefly III from your mobile.
Support for iPhone, iPad, Android Phone and Android Tablet.
On iOS, Tokens are stored in iOS Keychains.
On Android, Tokens are stored in SharedPreferences, encrypted with Android's Keystore system.
No external API calls nor Analytics API, not even sentry / crashlytics.
Feature | Available |
---|---|
Oauth2 authentication | β |
Asset accounts history chart | β |
Transactions (create, list) | β |
Net worth | β |
Balance | β |
Earned | β |
Time range selector | β |
Budgets | β |
Categories | β |
Translations | β (@carvalholeo) |
- Expo SDK 49 Framework and a Platform for universal React applications. docs.expo.io
- Routing and navigation React Navigation V6. https://reactnavigation.org/docs
- Tests on simulator/emulator before each EAS build with @wix/Detox
- Redux architecture
- Rematch core @rematch/core
- Rematch plugin @rematch/loading
- Rematch persist @rematch/persist
- UX/UI Library
- Native Base https://nativebase.io
- Linting
- Airbnb's Linting : https://github.com/airbnb/javascript
- Splash Screen Animated
- React Native Splash Screen : npmjs