Configuration
export const PRIMARY_COLOR = "#2D2D2D";
export const LOADING_COLOR = "#FFF";
// export const LOADING_IMAGE = require("../assets/menu.png");
export const LOADING_IMAGE = {uri: "http://img.instasoft.co/img/magento-logo.png"};
export const WEBSITE_URL = "https://www.instasoftech.co/";
export const CACHE_ENABLED = true;
export const ONE_SIGNAL_APP_ID = null;
Change the above config and build your application. (config.js)
Last updated
Was this helpful?