Skip to content

Commit

Permalink
preparing v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 27, 2021
1 parent aed1105 commit 346dca0
Show file tree
Hide file tree
Showing 3 changed files with 6,550 additions and 6,636 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,13 @@
## 4.0.0

- Fix react-native 0.64 compatibility
- Windows support [C#]
- macOS Support (based on react-native-windows)
- Moved lottie-ios to peerDependencies
- Fix Android playback when startFrame > endFrame

## 3.4.1

- Updated the development app to React Native 0.62.2
- Updated `lottie-ios` dependency to 3.1.8
- Updated `lottie-android` dependency to 3.4.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "lottie-react-native",
"version": "3.4.1",
"version": "4.0.0",
"description": "React Native bindings for Lottie",
"main": "lib/index.js",
"types": "src/js/index.d.ts",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"homepage": "https://github.com/airbnb/lottie-react-native#readme",
"peerDependencies": {
"lottie-ios": "^3.1.8",
"react": "*",
"react-native": ">=0.46",
"lottie-ios": "^3.1.8"
"react-native": ">=0.46"
},
"dependencies": {
"invariant": "^2.2.2",
Expand Down

0 comments on commit 346dca0

Please sign in to comment.