UNPKG

react-native-patch

Version:

This is the patcher for react-native init command so as to pass the metro bundler port while creating a react-native project

11 lines (9 loc) 178 B
const chalk = require('chalk') const log = console.log const error = chalk.bold.red const warning = chalk.keyword('orange') module.exports = { log, error, warning }