Skip to content

Commit c3342da

Browse files
author
emilio
committed
updated react-native-safe-modules dependency
1 parent 346dca0 commit c3342da

File tree

3 files changed

+6752
-6609
lines changed

3 files changed

+6752
-6609
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.0.1
2+
3+
- Update react-native-safe-modules dependency
4+
15
## 4.0.0
26

37
- Fix react-native 0.64 compatibility

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lottie-react-native",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "React Native bindings for Lottie",
55
"main": "lib/index.js",
66
"types": "src/js/index.d.ts",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"invariant": "^2.2.2",
5151
"prop-types": "^15.5.10",
52-
"react-native-safe-modules": "^1.0.0"
52+
"react-native-safe-modules": "^1.0.1"
5353
},
5454
"devDependencies": {
5555
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)