@tamagui/types 1.89.24 → 1.89.25
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/package.json +1 -1
- package/types.d.ts +4 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -132,6 +132,10 @@ export interface TamaguiBuildOptions {
|
|
|
132
132
|
* (Experimental) Will flatten theme and other dynamic values on native
|
|
133
133
|
*/
|
|
134
134
|
experimentalFlattenThemesOnNative?: boolean
|
|
135
|
+
/**
|
|
136
|
+
* (Experimental) flatten dynamic values on native ( like <YStack width={props.width} /> )
|
|
137
|
+
*/
|
|
138
|
+
experimentalFlattenDynamicValues?: boolean
|
|
135
139
|
/**
|
|
136
140
|
* combine all css files into one file
|
|
137
141
|
*/
|