1 Star 0 Fork 0

RobbiNespu/NativeBase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
addEjectScript.js 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
Supriya 提交于 2017-06-08 11:46 . Added Prettier code formating
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"
}
);
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/RobbiNespu/NativeBase.git
git@gitee.com:RobbiNespu/NativeBase.git
RobbiNespu
NativeBase
NativeBase
master

搜索帮助