Revision 9230fbd91b5d556a816e29538bbb3a3ef8893496 authored by Plaban J Rajkhowa on 15 July 2019, 13:10:52 UTC, committed by Plaban J Rajkhowa on 17 July 2019, 08:16:49 UTC
1 parent 75341ac
Raw File
addEjectScript.js.map
{"version":3,"sources":["../addEjectScript.js"],"names":["printMessage","require","color","borderColor"],"mappings":"AAAA,GAAMA,cAAeC,QAAQ,eAAR,CAArB,CAEAD,aACE,CACE,gDADF,CAEE,4FAFF,CAGE,qFAHF,CADF,CAME,CACEE,MAAO,QADT,CAEEC,YAAa,OAFf,CANF","file":"addEjectScript.js","sourcesContent":["const printMessage = require(\"print-message\");\n\nprintMessage(\n  [\n    \"NativeBase 2.0 has been succesfully installed!\",\n    \"Run `node node_modules/native-base/ejectTheme.js` to copy over theme config and variables.\",\n    \"Head over to the docs for detailed information on how to make changes to the theme.\"\n  ],\n  {\n    color: \"yellow\",\n    borderColor: \"green\"\n  }\n);\n"]}
back to top