Skip to content

Commit

Permalink
Add missing fbjs dependency (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 authored Mar 24, 2020
1 parent 9ec3e9d commit 33c8a45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@
"url": "https://github.com/software-mansion/react-native-reanimated/issues"
},
"homepage": "https://github.com/software-mansion/react-native-reanimated#readme",
"dependencies": {},
"dependencies": {
"fbjs": "^1.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
Expand Down

0 comments on commit 33c8a45

Please sign in to comment.