OLO
  • Introduction
  • Installation
    • How to deploy in local machine?
  • FAQ's
  • License
  • ChangeLog
  • CUSTOMER APP
    • Components
    • Introduction
    • Folder Structure
    • Packages Json
    • Technologies Used
    • Guide
      • Customize
Powered by GitBook
On this page
  • Change App Colors
  • Change Icon and Splash image
  • Rename App
  • Changing the URL name for publishing with Expo

Was this helpful?

  1. CUSTOMER APP
  2. Guide

Customize

PreviousGuide

Last updated 4 years ago

Was this helpful?

Change App Colors

To customise the colour scheme for the app you need to make changes in one file only src/utilities/colors.js set the colours that you require in this file it should reflect throughout the app.

Change Icon and Splash image

  • Expo With changing the app icon is much easier. You need to replace the icon inside assets/icons.png similarly if you want to change the splash screen you need to replace the image in assets/splash.png with your own image.

Rename App

  • Expo Renaming app name is pretty straight forward just replace the name attribute inside package.json

Changing the URL name for publishing with Expo

  • To change the App name for the Expo url, you just need to rename the slug attribute in app.json file.

Expo