Other dependencies of lottie-react-native
As with many other libraries, lottie-react-native
depends on a number of libraries that will be automatically installed when running npm or Yarn installations, as we did in the previous section of this chapter. The full list of dependencies is as follows:
"peerDependencies": {
"lottie-ios": "^3.2.3",
"react": "*",
"react-native": "|
=0.46"
},
"dependencies": {
"invariant": "^2.2.2",
"prop-types": "^15.5.10",
"react-native-safe-modules": "^1.0.3"
}
As we can see, lottie-react-native
needs to run on a project that contains at least three dependent libraries: lottie-ios
(which should be installed using...