This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
New features
- Added new parameters when starting transactions: Initial SoC, departure SoC and departure time. Parameters availability will vary depending on connector type and whether a car connector is provided or not.
Improvements
- Improved searchbar queries by using debouncing (delay queries to avoid querying for every character)
- Sidebar menu is now accessible from every menu entry. Refactored navigation code to avoid defining menu entries as both Navigation Screens and entries of the drawer custom component.
- Refactored screens with forms: Login, SignUp, Retrieve Password, Reset Password and Report Error. Fixed all forms by using react-native-keyboard-aware-scrollview. Now screen content will always be visible above keyboard.
Fix
- Fixed safe areas (e.g. on iPhone 14)
Dependencies
- Upgraded React Native Elements from v2 to v3