Skip to content

Commit f29517f

Browse files
committed
chore: move react-native-fs to dependencies from peer
1 parent 1f2783d commit f29517f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ DEPENDENCIES:
458458
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
459459
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
460460
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
461-
- RNFS (from `../node_modules/react-native-fs`)
461+
- RNFS (from `../../node_modules/react-native-fs`)
462462
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
463463
- RNReanimated (from `../node_modules/react-native-reanimated`)
464464
- RNScreens (from `../node_modules/react-native-screens`)
@@ -551,7 +551,7 @@ EXTERNAL SOURCES:
551551
RNCMaskedView:
552552
:path: "../node_modules/@react-native-community/masked-view"
553553
RNFS:
554-
:path: "../node_modules/react-native-fs"
554+
:path: "../../node_modules/react-native-fs"
555555
RNGestureHandler:
556556
:path: "../node_modules/react-native-gesture-handler"
557557
RNReanimated:

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"publishConfig": {
5858
"registry": "https://registry.npmjs.org/"
5959
},
60+
"dependencies": {
61+
"react-native-fs": "^2.18.0"
62+
},
6063
"devDependencies": {
6164
"@commitlint/config-conventional": "^11.0.0",
6265
"@react-native-community/eslint-config": "^2.0.0",
@@ -76,14 +79,12 @@
7679
"react": "16.13.1",
7780
"react-native": "0.63.4",
7881
"react-native-builder-bob": "^0.18.0",
79-
"react-native-fs": "^2.18.0",
8082
"release-it": "^14.2.2",
8183
"typescript": "^4.1.3"
8284
},
8385
"peerDependencies": {
8486
"react": "*",
8587
"react-native": "*",
86-
"react-native-fs": "*",
8788
"uuid": "*"
8889
},
8990
"jest": {

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7767,11 +7767,6 @@ react-is@^17.0.1:
77677767
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
77687768
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
77697769

7770-
react-native-background-upload@^6.2.4:
7771-
version "6.2.4"
7772-
resolved "https://registry.yarnpkg.com/react-native-background-upload/-/react-native-background-upload-6.2.4.tgz#685e4b9108506384535cc99c7887eb6241ef77c5"
7773-
integrity sha512-veTB7jgucrwXTdz1ntRBgOn0gBecX253u6/WbtVEOFNMf2CgK8mczdFfxwl9MByhI1MPAYCjjRb48L9UcJhEtg==
7774-
77757770
react-native-builder-bob@^0.18.0:
77767771
version "0.18.1"
77777772
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.18.1.tgz#43f238e6cb6efffa6e3d23ac449eb7392650c2c3"

0 commit comments

Comments
 (0)