bruz/react-native-redux-groceries

View on GitHub
src/components/Item.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _checkForRemoval has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _checkForRemoval() {
    this.state.pan.flattenOffset()
    let x = this.state.pan.x._value
    if (Math.abs(x) > 50) {
      this.refs.wrapper.measure((ox, oy, width) => {
Severity: Minor
Found in src/components/Item.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status