UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

22 lines (20 loc) 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { // Common NODE_JS: '>= 8.3', YARN: '>= 1.10.x', NPM: '>= 4.x', WATCHMAN: '4.x', JAVA: '>= 8', // Android ANDROID_SDK: '>= 26.x', ANDROID_NDK: '>= 19.x', // iOS XCODE: '>= 10.x' }; exports.default = _default; //# sourceMappingURL=versionRanges.js.map