IjzerenHein / react-native-shared-element

Native shared element transition "primitives" for react-native 💫
MIT License
2.2k stars 95 forks source link

Same screen usage support #105

Closed zju1 closed 1 year ago

zju1 commented 2 years ago

How can I use SharedElement in same screen ? For example It should animate when I click to product ? Like product must move to the card icon ?

github-actions[bot] commented 2 years ago

Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).

Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.

p-syche commented 1 year ago

Hello @singleDeveloper63 ,

Animating an image so it looks like it's moving to the cart might only need using Animated (built-in React Native animations) or Reanimated (an external animations library), and not this library.

This is not a react-native-shared-element bug, so I'll be closing this issue.