n4kz/react-native-material-textfield

View on GitHub

Showing 4 of 4 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<View style={[styles.rightContainer, rightContainerStyle]} pointerEvents='none'>
<Animated.View style={[styles.borderRight, lineStyle]} />
</View>
Severity: Major
Found in src/components/outline/index.js and 1 other location - About 1 hr to fix
src/components/outline/index.js on lines 130..132

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<View style={[styles.leftContainer, leftContainerStyle]} pointerEvents='none'>
<Animated.View style={[styles.borderLeft, lineStyle]} />
</View>
Severity: Major
Found in src/components/outline/index.js and 1 other location - About 1 hr to fix
src/components/outline/index.js on lines 122..124

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<View style={styles.container} pointerEvents='none'>
<Animated.View style={[styles.line, lineStyle]} />
</View>
Severity: Minor
Found in src/components/line/index.js and 1 other location - About 55 mins to fix
src/components/outline/index.js on lines 126..128

Similar blocks of code found in 2 locations. Consider refactoring.
Open

<View style={styles.bottomContainer} pointerEvents='none'>
<Animated.View style={[styles.borderBottom, lineStyle]} />
</View>
Severity: Minor
Found in src/components/outline/index.js and 1 other location - About 55 mins to fix
src/components/line/index.js on lines 121..123
Severity
Category
Status
Source
Language