ethanneff/example

View on GitHub
src/apps/Playground/Creations/Ball/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Ball has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Ball = () => {
  const { layout, onLayout } = useLayout();
  const { goBack } = useNavigation();
  const ballPosition = useRef(new Animated.ValueXY({ x: 0, y: 0 }));
  const useNativeDriver = useDriver();
Severity: Major
Found in src/apps/Playground/Creations/Ball/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status