mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-19 05:01:18 +00:00
3ffc005a7b
Since styles are set using both class names and inline styles, 'setNativeProps' needs an additional resolving step that accounts for the pre-existing state of RN-managed styles on the DOM node. Fix #321