Skip to content

Commit 346dca0

Browse files
author
emilio
committed
preparing v4.0.0
1 parent aed1105 commit 346dca0

3 files changed

Lines changed: 6550 additions & 6636 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -42,9 +42,9 @@
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",

0 commit comments

Comments
 (0)