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.
@@ -6354,7 +6354,7 @@ var import_prompts = __toESM(require_prompts3());
6354
6354
  // package.json
6355
6355
  var package_default = {
6356
6356
  name: "create-tamagui",
6357
- version: "1.47.0",
6357
+ version: "1.47.1",
6358
6358
  bin: "./run.js",
6359
6359
  main: "dist",
6360
6360
  files: [
@@ -6389,7 +6389,7 @@ var package_default = {
6389
6389
  },
6390
6390
  devDependencies: {
6391
6391
  "@playwright/test": "^1.29.0",
6392
- "@tamagui/build": "1.47.0",
6392
+ "@tamagui/build": "1.47.1",
6393
6393
  "@types/async-retry": "1.4.2",
6394
6394
  "@types/cross-spawn": "^6.0.2",
6395
6395
  "@types/node": "^16.11.9",
@@ -6263,11 +6263,14 @@ cd into the project using:
6263
6263
  ${import_chalk2.default.green(runCommand("native"))}
6264
6264
 
6265
6265
  You can also create Expo development builds by doing:
6266
+
6266
6267
  ${import_chalk2.default.green(`cd apps/expo`)}
6267
6268
  then:
6268
6269
  ${import_chalk2.default.green(runCommand("ios"))}
6269
6270
  or...
6270
6271
  ${import_chalk2.default.green(runCommand("android"))}
6272
+
6273
+ Be sure to replace [yourprojectsname] with the uid you'd like for your app.
6271
6274
  `);
6272
6275
  };
6273
6276
  var next_expo_solito_default = main;