gorhom / react-native-sticky-item

An interactive sticky item inspired by Facebook Stories.
MIT License
891 stars 48 forks source link

Update an example component with Reanimated V2. #26

Closed SectionTN closed 2 years ago

SectionTN commented 2 years ago

Feature Request

Why it is needed

I need it in the project i'm working for, i found the idea of this component useful.

Possible implementation

Hey Gorhom, i love this library and i found a component same as facebook stories in library example, could you please update it to use Reanimated V2 ? i've tried but all got fail :/

Code sample

https://github.com/gorhom/react-native-sticky-item/blob/master/example/src/components/facebook-sticky-story/FacebookStickyStory.tsx

here is the component. thanks!

SectionTN commented 2 years ago

@gorhom sorry for mention, any response please?

fukemy commented 1 year ago

hi @SectionTN , did u solved this?

SectionTN commented 1 year ago

hi @SectionTN , did u solved this?

hey i'm so sorry for the late reply. by the way, YES, i've fixed the example component, here is it the usage is simple no extra props.

fukemy commented 1 year ago

hi @SectionTN, I found you are using interpolateNode inside this class

But I found u are using reanimated v3, so interpolateNode deprecated, how can u run your project? Thanks