UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

16 lines (15 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.xcodeContext = void 0; let xcodeProject; exports.xcodeContext = { set(proj) { xcodeProject = proj; }, clear() { xcodeProject = undefined; }, get() { return xcodeProject; }, };