Top

Documentation

Taxido is a unique and innovative app and website that brings a range of professional taxi services to your doorstep. Whether you need a quick ride, a rental, or intercity travel, Taxido offers reliable, convenient, and efficient solutions. Taxido - your all-in-one taxi service!

How to Modify the App Color in the User App:

NOTE : Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.

NOTE :
Remeber if you change color in any any color for light or dark where the color that color is used it will change. If in some place you don't want to keep that color after change with your color then add new color in app_theme.tsx

  1. Open your project Navigate to src/theme/appColors.tsx in you should already have a theme configuration file inside the src/theme/appColors.tsx that defines the color palette and styles for both dark and light modes. It may look something like appColors.tsx
  2. To change the primary color, text color, or button color for both dark and light modes, navigate to your project directory, then go to src/theme/appColors.tsx to update the color values accordingly.
  3. Change both the bright and dark themes if you wish to alter the primary colour. Keep in mind that you should maintain distinct colours for light and dark.
    Example :
    Give the primary colour black in the light theme and white in the black theme. The primary colour is black in the light theme and white in the black mode.
  4. Change color for text, button according to you requirement.