Skip to content

Commit 5926541

Browse files
Effanuelethanshar
andauthored
Added listKey prop to flat list of wheel picker (#2215)
* Added listKey prop to flat list of wheel picker * Fix formatting * Change listKey format passed to FlatList Co-authored-by: Ethan Sharabi <1780255+ethanshar@users.noreply.github.com>
1 parent 869bcc8 commit 5926541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/incubator/WheelPicker/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ const WheelPicker = ({
265265
<View flexG>
266266
<AnimatedFlatList
267267
testID={`${testID}.list`}
268+
listKey={`${testID}.flatList`}
268269
height={height}
269270
data={items}
270271
// @ts-ignore reanimated2

0 commit comments

Comments
 (0)