Skip to content

v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@emreutkan emreutkan released this 14 Dec 14:34
8296005

Version: v0.1.0-alpha


Release Notes

New Functionalities

  1. 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.
  2. 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
  3. State Management with Redux

    • User State: Manages user actions, including login, logout, and registration.
    • Address State: Manages the selection, updates, and storage of addresses.