Hello!
I am following the documentation to handle position tracking so that I can interpolate the position of other react-native-reanimated view components with the movement of the BottomSheet. I have found that handling the event on the UI thread has made those interpolated animations much smoother!
But I wanted to ask if there's a different way to provide the wrapNativeView prop? It appears like Animated.createAnimatedComponent is deprecated.
`createAnimatedComponent` is deprecated. Please use `Animated.FlatList` component instead of calling
`Animated.createAnimatedComponent(FlatList)` manually.
Thanks again for all of your work on this library. I'm currently testing it in my app as a replacement for a different bottom-sheet library.
Hello!
I am following the documentation to handle position tracking so that I can interpolate the position of other
react-native-reanimatedview components with the movement of theBottomSheet. I have found that handling the event on the UI thread has made those interpolated animations much smoother!But I wanted to ask if there's a different way to provide the
wrapNativeViewprop? It appears likeAnimated.createAnimatedComponentis deprecated.Thanks again for all of your work on this library. I'm currently testing it in my app as a replacement for a different bottom-sheet library.