We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7622a38 commit e4de706Copy full SHA for e4de706
1 file changed
src/components/FlatList.tsx
@@ -10,6 +10,7 @@ import {
10
import { copyComponentProperties } from "./copyComponentProperties";
11
12
const mapping: StyledConfiguration<typeof RNFlatList> = {
13
+ className: "style",
14
ListFooterComponentClassName: "ListFooterComponentStyle",
15
ListHeaderComponentClassName: "ListHeaderComponentStyle",
16
columnWrapperClassName: "columnWrapperStyle",
0 commit comments