react-native-get-pixel_edit/node_modules/@react-native-community/cli-doctor/build/tools/versionRanges.js
2025-07-09 11:41:52 +09:00

24 lines
448 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
// Common
NODE_JS: '>= 18',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
BUN: '>= 1.0.0',
RUBY: '>= 2.6.10',
JAVA: '>= 17 <= 20',
// Android
ANDROID_SDK: '>= 33.x',
ANDROID_NDK: '>= 23.x',
// iOS
XCODE: '>= 12.x',
COCOAPODS: '>= 1.10.0'
};
exports.default = _default;
//# sourceMappingURL=versionRanges.ts.map