Skip to content

Commit fe29509

Browse files
authored
Merge pull request #636 from draftbit/tvialatoux/p-3418-radio-button-group-needs-flex-prop-to
Fix `FlatList` not working because of the forced `flex` style attribute
2 parents 5a4868a + d3848a4 commit fe29509

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/mappings/FlatList.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ export const SEED_DATA = {
1515
description: "A basic List component",
1616
category: COMPONENT_TYPES.data,
1717
stylesPanelSections: CONTAINER_COMPONENT_STYLES_SECTIONS,
18-
layout: {
19-
flex: 1,
20-
},
2118
triggers: [Triggers.OnRefresh, Triggers.OnEndReached],
2219
props: {
2320
onRefresh: createActionProp(),

0 commit comments

Comments
 (0)