The basics of lottie-react-native
In this section, we'll learn how lottie-react-native
is structured as a project. This will give us the full picture and allow us to get the most out of the resources that are available for developers so that we can integrate Lottie animations into our React Native projects.
The open source project
The easiest way to become acquainted with lottie-react-native
is by going to its GitHub repository (https://github.com/lottie-react-native/lottie-react-native). There, developers can read about its API, request fixes for specific issues, send pieces of code to be incorporated into the code base via Pull Requests (PRs), or just browse the code to understand how the library works.
Since 2018, this project is maintained by a sole maintainer, but new releases come out regularly to incorporate bug fixes, changes in React Native, and changes in lottie-ios
or lottie-android
.
In the README.md
file, developers can find a basic explanation of how to...