Skip to content

Commit f3b7df2

Browse files
authored
Update README.md
1 parent e1528a9 commit f3b7df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All props are spread onto underlying [FlatList](https://facebook.github.io/react
4646
| `onDragEnd` | `(params: { data: T[], from: number, to: number }) => void` | Called after animation has completed. Returns updated ordering of `data` |
4747
| `autoscrollThreshold` | `number` | Distance from edge of container where list begins to autoscroll when dragging. |
4848
| `autoscrollSpeed` | `number` | Determines how fast the list autoscrolls. |
49-
| `animationConfig` | `Partial<Animated.SpringConfig>` | Configure list animations. See [reanimated spring config](https://github.com/software-mansion/react-native-reanimated/blob/master/react-native-reanimated.d.ts#L112-L120) |
49+
| `animationConfig` | `Partial<Animated.SpringConfig>` | Configure list animations. See [reanimated spring config](https://github.com/software-mansion/react-native-reanimated/blob/12093cbe04d978b2ef619531755ef7d472242cd9/react-native-reanimated.d.ts#L198-L206) |
5050
| `activationDistance` | `number` | Distance a finger must travel before the gesture handler activates. Useful when using a draggable list within a TabNavigator so that the list does not capture navigator gestures. |
5151
| `onScrollOffsetChange` | `(offset: number) => void` | Called with scroll offset. Stand-in for `onScroll`. |
5252
| `onPlaceholderIndexChange` | `(index: number) => void` | Called when the index of the placeholder changes |

0 commit comments

Comments
 (0)