create-tamagui 1.47.0 → 1.47.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -36158,7 +36158,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
36158
36158
  // package.json
36159
36159
  var package_default = {
36160
36160
  name: "create-tamagui",
36161
- version: "1.47.0",
36161
+ version: "1.47.1",
36162
36162
  bin: "./run.js",
36163
36163
  main: "dist",
36164
36164
  files: [
@@ -36193,7 +36193,7 @@ var package_default = {
36193
36193
  },
36194
36194
  devDependencies: {
36195
36195
  "@playwright/test": "^1.29.0",
36196
- "@tamagui/build": "1.47.0",
36196
+ "@tamagui/build": "1.47.1",
36197
36197
  "@types/async-retry": "1.4.2",
36198
36198
  "@types/cross-spawn": "^6.0.2",
36199
36199
  "@types/node": "^16.11.9",
@@ -36486,11 +36486,14 @@ cd into the project using:
36486
36486
  ${import_chalk9.default.green(runCommand("native"))}
36487
36487
 
36488
36488
  You can also create Expo development builds by doing:
36489
+
36489
36490
  ${import_chalk9.default.green(`cd apps/expo`)}
36490
36491
  then:
36491
36492
  ${import_chalk9.default.green(runCommand("ios"))}
36492
36493
  or...
36493
36494
  ${import_chalk9.default.green(runCommand("android"))}
36495
+
36496
+ Be sure to replace [yourprojectsname] with the uid you'd like for your app.
36494
36497
  `);
36495
36498
  };
36496
36499
  var next_expo_solito_default = main;