Skip to content

Feature/styles destructuring support#300

Open
tulitheprogrammer wants to merge 6 commits intoIntellicode:masterfrom
tulitheprogrammer:feature/styles-destructuring-support
Open

Feature/styles destructuring support#300
tulitheprogrammer wants to merge 6 commits intoIntellicode:masterfrom
tulitheprogrammer:feature/styles-destructuring-support

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