Skip to content

Commit eb97ef6

Browse files
committed
make expo-fs peer dep
1 parent c770af2 commit eb97ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"date-fns": "^4.1.0",
5757
"dateformat": "^5.0.3",
5858
"expo-av": "~16.0.8",
59-
"expo-file-system": "~19.0.21",
6059
"expo-image": "~3.0.11",
6160
"lodash.isequal": "^4.5.0",
6261
"lodash.isnumber": "^3.0.3",
@@ -87,7 +86,8 @@
8786
"uuid": "^11.0.3"
8887
},
8988
"peerDependencies": {
90-
"react-native-avoid-softinput": "^4.0.1"
89+
"react-native-avoid-softinput": "^4.0.1",
90+
"expo-file-system": "~19.0.21"
9191
},
9292
"peerDependenciesMeta": {
9393
"react-native-avoid-softinput": {

0 commit comments

Comments
 (0)