codeforbtv/cvoeo-app

View on GitHub
screens/login/login-screen.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        return (
            <SafeAreaView style={{flex: 1, backgroundColor: '#fff'}}>
                <Text style={{ transform: [{ rotate: '90deg' }], position: 'absolute', zIndex: 100, bottom: 0, top: 0}}>Version {pkg.version}</Text>
                <KeyboardAvoidingView
Severity: Minor
Found in screens/login/login-screen.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status