Remove tags codesandbox
article thumbnail

Generic ListItem in React Native using TypeScript

Xebia

In this blog I’ll demonstrate how TypeScript can help to create FlatLists with generic list items. Else TypeScript will show the following error: Parsing error: JSX element ‘ItemT’ has no corresponding closing tag. The following (embedded) CodeSandbox will show the GenericList component using react-native-web.