ethanneff/example

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function SkeletonLoading has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SkeletonLoading = () => {
  const { goBack } = useNavigation();
  const colors = useColors();
  const mounted = useRef(true);
  const [loading, setLoading] = useState(true);
Severity: Major
Found in src/apps/Playground/Features/SkeletonLoader/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status