mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6439baaca1
Summary: changelog: [internal] There was a bug in prop parsing where `accessibilityRole` and `accessibilityTraits` had wrong default value. Instead of falling back to sourceProps, they would set role to empty and trait to none. The fix is to fall back to sourceProps. The issue surfaces with Animated, which clones props. Reviewed By: cipolleschi Differential Revision: D43190775 fbshipit-source-id: ec6b48c082c1dcc5b6e81dbff4f92b3a58a41da2