From b0229ea6cc71661ce01f208aa2280db7eb96dc6b Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Wed, 30 Dec 2020 02:15:30 +0800 Subject: [PATCH] Fix callbackNode JSDoc description to reflect actually usage. 1 should be lowest, as mentioned in README.md and tested in App. --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index fea09b1..99aebaa 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -62,7 +62,7 @@ type Props = { enabledInnerScrolling?: boolean /** - * Reanimated node which holds position of bottom sheet, where 1 it the highest snap point and 0 is the lowest. + * Reanimated node which holds position of bottom sheet, where 0 it the highest snap point and 1 is the lowest. */ callbackNode?: Animated.Value