"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _xdl() { const data = require("@expo/xdl"); _xdl = function () { return data; }; return data; } async function action(projectDir) { await _xdl().Android.openProjectAsync(projectDir); } function _default(program) { program.command('android [project-dir]').description('Opens your app in Expo on a connected Android device').allowOffline().asyncActionProjectDir(action); } //# sourceMappingURL=../__sourcemaps__/commands/android.js.map