Skip to content

Commit afdbb86

Browse files
fix: add missing style mapping on flatlist
1 parent d490d59 commit afdbb86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FlatList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
import { copyComponentProperties } from "./copyComponentProperties";
1111

1212
const mapping: StyledConfiguration<typeof RNFlatList> = {
13+
className: "style",
1314
ListFooterComponentClassName: "ListFooterComponentStyle",
1415
ListHeaderComponentClassName: "ListHeaderComponentStyle",
1516
columnWrapperClassName: "columnWrapperStyle",

0 commit comments

Comments
 (0)