expo-modules-autolinking
Version:
Scripts that autolink Expo modules.
10 lines • 639 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DependencyResolutionSource = void 0;
var DependencyResolutionSource;
(function (DependencyResolutionSource) {
DependencyResolutionSource[DependencyResolutionSource["RECURSIVE_RESOLUTION"] = 0] = "RECURSIVE_RESOLUTION";
DependencyResolutionSource[DependencyResolutionSource["SEARCH_PATH"] = 1] = "SEARCH_PATH";
DependencyResolutionSource[DependencyResolutionSource["RN_CLI_LOCAL"] = 2] = "RN_CLI_LOCAL";
})(DependencyResolutionSource || (exports.DependencyResolutionSource = DependencyResolutionSource = {}));
//# sourceMappingURL=types.js.map