Remove native Reanimated dependency array (#11678)
This commit is contained in:
@@ -229,7 +229,6 @@ function useShouldAnimateSpinner({
|
|||||||
scheduleOnRN(setIsOverscrolled, value)
|
scheduleOnRN(setIsOverscrolled, value)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[scrollY],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const [isAnimating, setIsAnimating] = useState(isFetching)
|
const [isAnimating, setIsAnimating] = useState(isFetching)
|
||||||
|
|||||||
Reference in New Issue
Block a user