jfilter/frag-den-staat-app

View on GitHub
src/containers/search/SearchStartScreen.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const size = Platform.OS === 'ios' ? 35 : 26; // for icon
    const { search } = this.state;
    return (
      <View style={styles.background} keyboardShouldPersistTaps="handled">
Severity: Minor
Found in src/containers/search/SearchStartScreen.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status