Chapter 7: An Introduction to lottie-react-native
In this chapter, we will be introduced to lottie-react-native
, a library that allows us to render Lottie animations in our React Native apps. We will learn about its history, current state, and documentation to make sure we get the most out of the library. It is an open source library that's distributed as an npm
package and can be found at the following links:
- GitHub: https://GitHub.com/lottie-react-native/lottie-react-native
- NPM: https://www.npmjs.com/package/lottie-react-native
In this chapter, we will cover the following topics:
- How did
lottie-react-native
come into being? - What is
lottie-react-native
? - Why are we not using Animated or Reanimated?
- The basics of
lottie-react-native