mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
This follows the same approach as b59f99b7e7f69b138860d12959eec9b46cd790a3 but fixes a bug in ReactViewGroup#refreshTranslucentBackgroundDrawable where a view that has a borderRadius, but no nativeBackground would not be rendered due to a missing condition case.