I've been using react-native-reanimated for simple animations. It's great, but it has a rather steep learning curve. There is a 2.0 version coming out soon with a different syntax, which should allow producing native animations more straightforward. In anticipation of 2.0 release, I present you a 1.X.Y version of an Icon with a discrete scaling animation on tap.
Edit:
Now reanimated 2 is out so a much cleaner version is possible. See AnimatedIcon2.tsx
Comments
Post a Comment