amis-rpc-design/node_modules/@react-native-community/cli-doctor/build/tools/versionRanges.js

23 lines
423 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
// Common
NODE_JS: '>= 16',
YARN: '>= 1.10.x',
NPM: '>= 4.x',
RUBY: '>= 2.6.10',
JAVA: '>= 11',
// Android
ANDROID_SDK: '>= 33.x',
ANDROID_NDK: '>= 23.x',
// iOS
XCODE: '>= 12.x',
COCOAPODS: '>= 1.10.0'
};
exports.default = _default;
//# sourceMappingURL=versionRanges.ts.map