Summary
In this chapter, we learned that lottie-react-native
is a great alternative for displaying complex animations in our React Native apps. Serving as a wrapper for lottie-ios
and lottie-android
, lottie-react-native
can easily be found as an npm package, as well as an open source repository on GitHub. Its documentation can be edited and accessed through regular GitHub PR mechanisms.
Now that we have a better understanding of the theory surrounding the library, it's time to move toward a more practical approach. In the next chapter, we will install and use the lottie-react-native
library to start rendering our Lottie animations in our Android or iOS applications, which have been built on React Native.