react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

KeyboardAwareFlatList not typed?

Open shoooe opened this issue 3 years ago • 1 comments

Is KeyboardAwareFlatList not typed? I'm using it like:

<KeyboardAwareFlatList data={data} renderItem={({ item }) => { ... } />

Even though data is typed as Item[], item is any. What am I doing wrong? Shouldn't item be Item?

shoooe avatar Jan 17 '22 19:01 shoooe