Performance & Stability Improvements
What's New
Performance
- Upgraded to React Native 0.81.5 with New Architecture support
- Improved list rendering with FlashList optimizations
- Faster app startup with lazy database initialization
- Reduced memory usage through formatter caching
Dependencies
- React Native 0.81.5
- Redux Toolkit 2.9.2
- WatermelonDB 0.28.0
- React Navigation 7.x
- Lucide React Native 0.562.0
Improvements
- Better theme switching performance
- Smoother bottom sheet animations
- Refined transaction list scrolling
- Updated category management UI
Bug Fixes
- Fixed date picker edge cases
- Resolved currency formatting for edge currencies (JPY, KWD)
- Stability improvements for data export/import
Installation
Android
Download the APK from the assets below or install from Google Play.
iOS
Install from the App Store.
Build from Source
git clone https://github.com/indranilbhuin/zero.git
cd zero
bun install
bun android # or bun ios