Revision 729f04f45d3b15c600acefbf560d80005c8bcb37 authored by akhil-geekyants on 21 May 2018, 13:57:57 UTC, committed by akhil-geekyants on 21 May 2018, 13:57:57 UTC
1 parent 7da9e8d
Raw File
addEjectScript.js
const printMessage = require("print-message");

printMessage(
  [
    "NativeBase 2.0 has been succesfully installed!",
    "Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.",
    "Head over to the docs for detailed information on how to make changes to the theme."
  ],
  {
    color: "yellow",
    borderColor: "green"
  }
);
back to top