UNPKG

react-native-legal

Version:
10 lines (9 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const androidCommand_1 = require("./android/androidCommand"); const iosCommand_1 = require("./ios/iosCommand"); function generateLegal(androidProjectPath, iosProjectPath) { (0, androidCommand_1.androidCommand)(androidProjectPath); (0, iosCommand_1.iosCommand)(iosProjectPath); } exports.default = generateLegal;