Config

export const PRIMARY_COLOR = "#2D2D2D";

export const LOADING_COLOR = "#FFF";

// export const LOADING_IMAGE = require("../assets/menu.png");
export const LOADING_IMAGE = {uri: "http://yhosting.kingwebmaster.com/kwp/wp-content/uploads/2016/02/shopify-logo-600x600.jpg"};

export const WEBSITE_URL = "https://www.asos.com/";

export const CACHE_ENABLED = true;

export const ONE_SIGNAL_APP_ID = null;

Change the above config and build your application. (config.js)

Last updated