Bug Fixes
- tabs: advanced example animation breaking on native (#1815) #1815 (Alireza Zamani)
- web: fix style prop merging to be simpler and behave the same as react-native-web style prop, fixing issue with not overrwriting existing used styles #1819 (natew)
- sheet: fix edge case bugs where Sheet could expand size forever by clamping to window height at most #1819 (natew)
- sheet: remove animation while dragging #1819 (natew)
- animation-css: fix useAnimatedNumberReaction to actually work consistently #1819 (natew)
- web: add @supports (contain: inline-size) around container queries so browsers that dont support them fallback gracefully #1819 (natew)
- core: add missing RN props to View (natew)