React Native animations
We need to decide what platform to choose for our iOS & Android applications - React Native or completely native applications (Swift/Java).
Generally, React Native is much better for us because we already have React.JS apps. The main concern about React Native is that we need difficult animations.
Is it possible to implement with React Native animations of this kind?
- Dribble #1
- Dribble #2
- Dribble #3
- Dribble #4
If yes - does it works on low-end Android phones?
AirBnB introduced Lottie a while back with this very purpose. As for the low-end, it seems to support ICS and up, so... maybe.
It's possible to implement something similar to Dribbble #2, #3, #4 with React Native Animations. But for screen transitions in Dribble #1 and good performance on old devices, I would recommend checking a different technology - Flutter.
Comments
Post a Comment