flyerhq/react-native-keyboard-accessory-view

View on GitHub
example/src/App.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function App has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const App = () => {
  const keyExtractor = (item: Item) => item.id

  const renderItem = ({ item }: { item: Item }) => (
    <Text style={styles.text}>{item.message}</Text>
Severity: Minor
Found in example/src/App.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status