Summary
In this chapter, we have learned about the way Lottie animations can be loaded into React Native, using basic integrations such as TypeScript types, and adding external assets into our animations. This gives us the ability to display complex animations inside our React Native apps, but what happens if we need to be in control of the playback (for example, tell the animation to start/stop based on events happening in the app)?
Let's move on to the next chapter to discover how controlling Lottie animations in lottie-react-native
is done.