v0.1.0-alpha
Pre-release
Pre-release
Version: v0.1.0-alpha
Release Notes
New Functionalities
-
User Authentication
- Email-based Login: Users can log in using their email and password.
- Phone Number-based Login: Enables login via registered phone numbers.
- User Registration:
- Users can register with their name, phone number, email, and password.
- Input validations are included but not yet comprehensive.
-
Address Management
- Interactive Map Integration:
- Integrated OS-native map for seamless interactivity.
- Users can drag the map to find and select locations.
- Address selection by typing is not yet implemented.
- Location Fetch: Fetches the user's current location using device GPS.
- Reverse Geolocation: Converts latitude and longitude into a readable address.
- Automatically fills in:
- Country
- Region
- City
- Postal Code
- Neighborhood
- Automatically fills in:
- Interactive Map Integration:
-
State Management with Redux
- User State: Manages user actions, including login, logout, and registration.
- Address State: Manages the selection, updates, and storage of addresses.