ethanneff/example

View on GitHub
src/apps/Playground/Features/PinchSpread/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function PinchSpread has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const PinchSpread = () => {
  const [state, setState] = useState({ pinchCount: 0, spreadCount: 0 });
  const colors = useColors();
  const { goBack } = useNavigation();
  const styles = StyleSheet.create({
Severity: Major
Found in src/apps/Playground/Features/PinchSpread/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status