mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 09:35:11 +08:00
Summary: Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. The docs had `backgroundColor` listed as a supported style prop for native animation, but only `opacity` and `transform` are supported at this time. See https://github.com/facebook/react-native/blob/master/Libraries/Animated/src/NativeAnimatedHelper.js#L108 My motivation was that I tried to use it and it didn't work. 😄 Github appears to render the change correctly. Closes https://github.com/facebook/react-native/pull/13933 Differential Revision: D5071869 Pulled By: hramos fbshipit-source-id: 947c8fa56b99d99c44603d8ef81664455234ed84