Stay informed
Subscribe to our newsletter if you'd like to stay informed about Shoutem Extensions and Shoutem UI Toolkit.
When building an app, there’s always a need to create animations to enrich the user experience. Although React Native provides a way to implement arbitrary animations, it is not an easy task to do, even for simple animations. That’s where @shoutem/animation
package comes in. The package contains animation components that should be wrapped around components that you want to animate, and drivers that drive the animation components.
Simply install it with:
$ npm install @shoutem/animation
We’re working hard to open source more animation components
and drivers
, which are already helping us in many Shoutem extensions. Some of them are:
Drivers:
ComputionalDriver
TouchDriver
Animation components:
Slide
Transitions
Stay tuned!