You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update components for react-native-reanimated 4 compatibility (#52)
- FadingView: pass useAnimatedProps result directly instead of spreading,
which broke Reanimated 4's internal animated proxy tracking
- ScrollView: use Animated.ScrollView from reanimated instead of
createAnimatedComponent(ScrollView) for proper Reanimated 4 support
- Header/LargeHeader: convert View to Animated.View to support animated
styles passed by consumers, preventing the "animated style to
non-animated component" error in Reanimated 4
https://claude.ai/code/session_01K8dw23CbhakgyCBmuwr5jP
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments