diff --git a/apps/common-app/package.json b/apps/common-app/package.json index 1044f417..a2dd8841 100644 --- a/apps/common-app/package.json +++ b/apps/common-app/package.json @@ -12,7 +12,6 @@ "react-dom": "*", "react-native": "*", "react-native-audio-api": "*", - "react-native-fs": "*", "react-native-gesture-handler": "*", "react-native-reanimated": "*", "react-native-safe-area-context": "*", @@ -29,7 +28,6 @@ "react-dom": "18.2.0", "react-native": "0.76.0", "react-native-audio-api": "workspace:*", - "react-native-fs": "^2.20.0", "react-native-gesture-handler": "^2.20.2", "react-native-reanimated": "^3.16.1", "react-native-safe-area-context": "^4.12.0", diff --git a/apps/fabric-example/ios/Podfile.lock b/apps/fabric-example/ios/Podfile.lock index 735af1e5..3543d9b3 100644 --- a/apps/fabric-example/ios/Podfile.lock +++ b/apps/fabric-example/ios/Podfile.lock @@ -1619,8 +1619,6 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNFS (2.20.0): - - React-Core - RNGestureHandler (2.21.1): - DoubleConversion - glog @@ -1845,7 +1843,6 @@ DEPENDENCIES: - ReactCodegen (from `build/generated/ios`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - RNAudioAPI (from `../node_modules/react-native-audio-api`) - - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) @@ -1987,8 +1984,6 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon" RNAudioAPI: :path: "../node_modules/react-native-audio-api" - RNFS: - :path: "../node_modules/react-native-fs" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNReanimated: @@ -2064,7 +2059,6 @@ SPEC CHECKSUMS: ReactCodegen: dbfef1fef26f42c900bb1884fa149d49d501d64d ReactCommon: 429ca28cd813c31359c73ffac6dc24f93347d522 RNAudioAPI: adb400fcab1b85cafaff4e0880be5d4616fd4727 - RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: a3822e519fd1e9885b92d8c9bd82a7a0be305fe3 RNReanimated: 77242c6d67416988a2fd9f5cf574bb3e60016362 RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec diff --git a/apps/fabric-example/package.json b/apps/fabric-example/package.json index 4f29b7c5..5e54d8cf 100644 --- a/apps/fabric-example/package.json +++ b/apps/fabric-example/package.json @@ -20,7 +20,6 @@ "react-dom": "18.2.0", "react-native": "0.76.0", "react-native-audio-api": "workspace:*", - "react-native-fs": "^2.20.0", "react-native-gesture-handler": "^2.20.2", "react-native-reanimated": "^3.16.1", "react-native-safe-area-context": "^4.12.0", diff --git a/yarn.lock b/yarn.lock index eca38b4a..3dc3aa11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4400,13 +4400,6 @@ __metadata: languageName: node linkType: hard -"base-64@npm:^0.1.0": - version: 0.1.0 - resolution: "base-64@npm:0.1.0" - checksum: 10/5a42938f82372ab5392cbacc85a5a78115cbbd9dbef9f7540fa47d78763a3a8bd7d598475f0d92341f66285afd377509851a9bb5c67bbecb89686e9255d5b3eb - languageName: node - linkType: hard - "base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" @@ -4890,7 +4883,6 @@ __metadata: react-dom: "npm:18.2.0" react-native: "npm:0.76.0" react-native-audio-api: "workspace:*" - react-native-fs: "npm:^2.20.0" react-native-gesture-handler: "npm:^2.20.2" react-native-reanimated: "npm:^3.16.1" react-native-safe-area-context: "npm:^4.12.0" @@ -4905,7 +4897,6 @@ __metadata: react-dom: "*" react-native: "*" react-native-audio-api: "*" - react-native-fs: "*" react-native-gesture-handler: "*" react-native-reanimated: "*" react-native-safe-area-context: "*" @@ -6159,7 +6150,6 @@ __metadata: react-dom: "npm:18.2.0" react-native: "npm:0.76.0" react-native-audio-api: "workspace:*" - react-native-fs: "npm:^2.20.0" react-native-gesture-handler: "npm:^2.20.2" react-native-reanimated: "npm:^3.16.1" react-native-safe-area-context: "npm:^4.12.0" @@ -10229,22 +10219,6 @@ __metadata: languageName: node linkType: hard -"react-native-fs@npm:^2.20.0": - version: 2.20.0 - resolution: "react-native-fs@npm:2.20.0" - dependencies: - base-64: "npm:^0.1.0" - utf8: "npm:^3.0.0" - peerDependencies: - react-native: "*" - react-native-windows: "*" - peerDependenciesMeta: - react-native-windows: - optional: true - checksum: 10/372e59f55d5e544e87093d832896fa3d56ba9802ca140c17b4b8903afe047714e022d3b1a2ddf18d744cb7f4f973593c8083641db9ae0768688b1390078d67a2 - languageName: node - linkType: hard - "react-native-gesture-handler@npm:^2.20.2": version: 2.21.1 resolution: "react-native-gesture-handler@npm:2.21.1" @@ -12161,13 +12135,6 @@ __metadata: languageName: node linkType: hard -"utf8@npm:^3.0.0": - version: 3.0.0 - resolution: "utf8@npm:3.0.0" - checksum: 10/31d19c4faacbb65b09ebc1c21c32b20bdb0919c6f6773cee5001b99bb83f8e503e7233c08fc71ebb34f7cfebd95cec3243b81d90176097aa2f286cccb4ce866e - languageName: node - linkType: hard - "util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2"