rootstrap/react-native-use-animate

View on GitHub
demo/src/utils/index.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

if (Platform.OS === 'ios' && !Platform.isPad && !Platform.isTVOS) {
  isIPhoneX =
    (WIDTH === X_WIDTH && HEIGHT === X_HEIGHT) ||
    (WIDTH === XS_MAX_WIDTH && HEIGHT === XS_MAX_HEIGHT);
}
Severity: Major
Found in demo/src/utils/index.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status