I'm new to React Native. I want to make a card effect in my application. In js I'm used to use tilt.js and hammer.js but in React Native I don't see how to do this effect. Can you give me the name of a library or a track of how to make such an effect? Thanks!
Asked
Active
Viewed 65 times
0
-
It sounds like you are looking for react native reanimated for animation (the tilting); and react native gesture handler for gestures. These two libraries work well together – PhantomSpooks Mar 18 '23 at 03:15