You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ All props are spread onto underlying [FlatList](https://facebook.github.io/react
46
46
|`onDragEnd`|`(params: { data: T[], from: number, to: number }) => void`| Called after animation has completed. Returns updated ordering of `data`|
47
47
|`autoscrollThreshold`|`number`| Distance from edge of container where list begins to autoscroll when dragging. |
48
48
|`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)|
50
50
|`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. |
51
51
|`onScrollOffsetChange`|`(offset: number) => void`| Called with scroll offset. Stand-in for `onScroll`. |
52
52
|`onPlaceholderIndexChange`|`(index: number) => void`| Called when the index of the placeholder changes |
0 commit comments