Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.17k stars 420 forks source link

Implement `getNativeScrollRef` #776

Closed j-piasecki closed 2 weeks ago

j-piasecki commented 5 months ago

This PR adds implementation for getNativeScrollRef. It's required for compatibility with react-native-reanimated on the new architecture: https://github.com/software-mansion/react-native-reanimated/blob/720fefba7cd53471e98d52282c783701233861a7/src/reanimated2/hook/useAnimatedRef.ts#L26-L33

ananyachandra14 commented 2 weeks ago

Getting Typescript errors, can you check? @j-piasecki

j-piasecki commented 2 weeks ago

Now I remember why it was unknown 😅 in the first place:

I solved it by:

ananyachandra14 commented 2 weeks ago

Thanks @j-piasecki!