@tamagui/types 2.0.0-1768427228811 → 2.0.0-1768586279389
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.ts +5 -0
package/package.json
CHANGED
package/types.ts
CHANGED
|
@@ -139,6 +139,11 @@ export interface TamaguiBuildOptions {
|
|
|
139
139
|
*/
|
|
140
140
|
useReactNativeWebLite?: boolean | 'without-animated'
|
|
141
141
|
disableWatchTamaguiConfig?: boolean
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* (Experimental) Flatten theme access on native for better performance
|
|
145
|
+
*/
|
|
146
|
+
experimentalFlattenThemesOnNative?: boolean
|
|
142
147
|
}
|
|
143
148
|
|
|
144
149
|
export interface TamaguiOptions extends TamaguiBuildOptions {
|