Features
- static: adds experimentalFlattenThemesOnNative to compiler options to enable flattening components that use theme values on native platforms (#1798) #1798 (Nate Wienert)
Bug Fixes
- web: fix updateTheme not triggering updates on mutation on native (natew)
- web: fix component in component themes not removing parent names with multiple capitalized letters (natew)
Documentation
Performance Improvements
- core: use RCTView for views to improve runtime performance on native #1799 (natew)
- core: enable optimization to RCTView using proper accessibility and other prop mapping, without needing TAMAGUI_OPTIMIZE_NATIVE_VIEWS #1799 (natew)
- core: optimize View rendering logic to improve performance #1799 (natew)
Chores
- deprecate react-native-web-lite (natew)