Revision d0949e81335674331753187d2f5d478b184df977 authored by Supriya Kalghatgi on 14 June 2018, 08:38:22 UTC, committed by GitHub on 14 June 2018, 08:38:22 UTC
Fixes - Input height when floating label with multline is used
2 parent s d2a212f + f1e3c70
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