We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672c0e0 commit 3a754fbCopy full SHA for 3a754fb
src/bundle.ts
@@ -14,6 +14,7 @@ import { tempDir } from './utils/constants';
14
import { depVersions } from './utils/dep-versions';
15
import { t } from './utils/i18n';
16
import { versionCommands } from './versions';
17
+import os from 'os';
18
19
async function runReactNativeBundleCommand({
20
bundleName,
0 commit comments