You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to use dripsys FlatList with Typescript. The following is typed correctly when importing FlatList from react-native but not from dripsy itself:
Hey,
i'm trying to use dripsys FlatList with Typescript. The following is typed correctly when importing FlatList from react-native but not from dripsy itself:
The problem seems to be that dripsies FlatList is explicitly declared with a generic
unknown
. Is there anything i'm missing tho?The text was updated successfully, but these errors were encountered: