UNPKG

react.cordova

Version:

Reco unifies React.js and Cordova into one CLI which bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform applications built in React .

20 lines (14 loc) 423 B
const fs = require("fs"); const ncp = require('ncp').ncp; const path = require("path"); var Promise = require('promise'); //------------------------------------init------------------------------------// const test = async (reco) => { try { console.log("react.cordova=> ok"); } catch (error) { officeService("error", "test", error); console.error(error); } }; module.exports = test;