xdl
Version:
The Expo Development Library
13 lines (11 loc) • 387 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
DOWNLOAD_IS_SLOW: 'This is taking a while, do you want to cancel the download and try again?',
DOWNLOADING: 'Downloading project files...',
EXTRACTING: 'Extracting project files...',
CUSTOMIZING: 'Customizing project...'
};
//# sourceMappingURL=__sourcemaps__/MessageCode.js.map
;