UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

7 lines (6 loc) 174 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getProjectPath = getProjectPath; function getProjectPath() { return process.cwd(); }