naoufal/react-native-progress-hud

View on GitHub

Showing 2 of 2 total issues

Function render has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    // Return early if not visible
    if (!this.props.isVisible) {
      return <View />;
    }
Severity: Minor
Found in src/index.js - About 1 hr to fix

    Function render has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      render: function() {
        return (
          <View style={styles.container}>
            <Text style={styles.welcome}>
              react-native-progress-hud
    Severity: Minor
    Found in examples/hud-example.jsx - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language