mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
c649211147
Summary: The StyleSheet merging algorithm was modeled after `Object.assign` and the native spread operator. This diff converts `flattenStyle` to actually use `Object.assign`. Closes https://github.com/facebook/react-native/pull/3048 Reviewed By: @svcscm Differential Revision: D2506387 Pulled By: @vjeux