@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/types",
3
- "version": "2.0.0-1768427228811",
3
+ "version": "2.0.0-1768586279389",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "types": "./types.ts",
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 {