Skip to content

Commit

Permalink
fix: 🐛 Draggable flat list fixed
Browse files Browse the repository at this point in the history
computerjazz/react-native-draggable-flatlist#531 the first comment there is a temporal solution
  • Loading branch information
YeyoM committed May 24, 2024
1 parent fedc575 commit a62484f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Screens/WorkoutInProgress.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ export default function WorkoutInProgress({ route, navigation }) {
) : (
<NestableScrollContainer>
<DraggableFlatList
activationDistance={1}
data={exerciseQueue}
renderItem={renderItem}
keyExtractor={(item) =>
Expand Down

0 comments on commit a62484f

Please sign in to comment.