Skip to content

Animated.createAnimatedComponent is deprecated #23

Description

@lxr-mwhite

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions