Skip to content

Commit 8b52bef

Browse files
authored
fix: Fixes #237 by adding util dependency (#244)
(util-deprecate should come transitively, we shouldn't need a direct dependency)
1 parent b2a0760 commit 8b52bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/react-native/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"chokidar": "^3.5.1",
4949
"emotion-theming": "^10.0.19",
5050
"glob": "^7.1.7",
51-
"react-native-swipe-gestures": "^1.0.5"
51+
"react-native-swipe-gestures": "^1.0.5",
52+
"util": "^0.12.4"
5253
},
5354
"devDependencies": {
5455
"@types/react-native": "^0.64.6"

0 commit comments

Comments
 (0)