Skip to content

Conversation

tulitheprogrammer
Copy link

I've added a support for the use of destructuring assignment for styles:

For example:

      const styles = StyleSheet.create({
        name: {}
      });
      const Hello = React.createClass({
        render: function() {
          const { name } = styles;
          return <Text style={name}>Hello {this.props.name}</Text>;
        }
      });

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 1, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
85.0% 85.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant