@tamagui/core 1.79.13 → 1.79.14

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/native.js CHANGED
@@ -6477,7 +6477,8 @@ var require_View_native = __commonJS({
6477
6477
  var import_helpers = require_index_native4(), import_createComponent = require_createComponent_native(), View2 = (0, import_createComponent.createComponent)({
6478
6478
  acceptsClassName: !0,
6479
6479
  defaultProps: {
6480
- display: "flex"
6480
+ display: "flex",
6481
+ flexDirection: "column"
6481
6482
  },
6482
6483
  validStyles: import_helpers.validStyles
6483
6484
  });