File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 4.0.0
2+
3+ - Fix react-native 0.64 compatibility
4+ - Windows support [ C#]
5+ - macOS Support (based on react-native-windows)
6+ - Moved lottie-ios to peerDependencies
7+ - Fix Android playback when startFrame > endFrame
8+
19## 3.4.1
10+
211- Updated the development app to React Native 0.62.2
312- Updated ` lottie-ios ` dependency to 3.1.8
413- Updated ` lottie-android ` dependency to 3.4.0
Original file line number Diff line number Diff line change 11{
22 "name" : " lottie-react-native" ,
3- "version" : " 3.4.1 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " React Native bindings for Lottie" ,
55 "main" : " lib/index.js" ,
66 "types" : " src/js/index.d.ts" ,
4242 },
4343 "homepage" : " https://github.com/airbnb/lottie-react-native#readme" ,
4444 "peerDependencies" : {
45+ "lottie-ios" : " ^3.1.8" ,
4546 "react" : " *" ,
46- "react-native" : " >=0.46" ,
47- "lottie-ios" : " ^3.1.8"
47+ "react-native" : " >=0.46"
4848 },
4949 "dependencies" : {
5050 "invariant" : " ^2.2.2" ,
You can’t perform that action at this time.
0 commit comments