create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
22 lines (18 loc) • 514 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
function getAdbPath() {
return process.env.ANDROID_HOME ? `${process.env.ANDROID_HOME}/platform-tools/adb` : 'adb';
}
var _default = getAdbPath;
exports.default = _default;
//# sourceMappingURL=getAdbPath.js.map
;