@tamagui/types 1.132.15 → 1.132.16-1754534218765

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "1.132.15",
3
+ "version": "1.132.16-1754534218765",
4
4
  "types": "./types.ts",
5
5
  "files": [
6
6
  "types.ts"
package/types.ts CHANGED
@@ -133,10 +133,7 @@ export interface TamaguiBuildOptions {
133
133
  * (Experimental) Will flatten theme and other dynamic values on native
134
134
  */
135
135
  experimentalFlattenThemesOnNative?: boolean
136
- /**
137
- * (Experimental) flatten dynamic values on native ( like <YStack width={props.width} /> )
138
- */
139
- experimentalFlattenDynamicValues?: boolean
136
+
140
137
  /**
141
138
  * combine all css files into one file
142
139
  */