You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 I am developing in both React Native and React DOM and find the React Native way of merging styles very convenient. It would be great if you could give this a higher priority. Thanks!
An RFC would be appropriate here since this is a feature request that will likely require significant review and discussion. If someone would like to pursue that please do so at https://github.com/reactjs/rfcs
In React Native, these two styles are automatically composed:
Currently, trying a similar technique in React DOM produces this:
Following the principles of "Learn Once, Write Everywhere", the style prop should behave similarly across implementations.
The text was updated successfully, but these errors were encountered: