Skip to content

Commit a150168

Browse files
committed
refactor: remove resource fetcher packages and references
1 parent 94521d9 commit a150168

30 files changed

Lines changed: 9 additions & 2646 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: yarn lint
2727

2828
- name: Typecheck files
29-
run: yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --topological-dev run prepare && yarn typecheck
29+
run: yarn workspaces foreach --all --exclude react-native-executorch-webrtc --topological-dev run prepare && yarn typecheck
3030

3131
build-library:
3232
runs-on: ubuntu-latest
@@ -38,4 +38,4 @@ jobs:
3838
uses: ./.github/actions/setup
3939

4040
- name: Build all packages
41-
run: yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --topological-dev run prepare
41+
run: yarn workspaces foreach --all --exclude react-native-executorch-webrtc --topological-dev run prepare

.github/workflows/npm-publish-bare-resource-fetcher.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

.github/workflows/npm-publish-expo-resource-fetcher.yml

Lines changed: 0 additions & 119 deletions
This file was deleted.

apps/computer-vision/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"customConditions": ["react-native"],
1010
"noEmit": true,
1111
"paths": {
12-
"react-native-executorch": ["../../packages/react-native-executorch/src"],
13-
"react-native-executorch-expo-resource-fetcher": ["../../packages/expo-resource-fetcher/src"]
12+
"react-native-executorch": ["../../packages/react-native-executorch/src"]
1413
}
1514
}
1615
}

apps/nlp/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"customConditions": ["react-native"],
1010
"noEmit": true,
1111
"paths": {
12-
"react-native-executorch": ["../../packages/react-native-executorch/src"],
13-
"react-native-executorch-expo-resource-fetcher": ["../../packages/expo-resource-fetcher/src"]
12+
"react-native-executorch": ["../../packages/react-native-executorch/src"]
1413
}
1514
}
1615
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
]
1010
},
1111
"scripts": {
12-
"prepare": "yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --topological-dev run prepare",
13-
"lint": "yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --parallel run lint",
14-
"typecheck": "yarn workspaces foreach --all --exclude react-native-executorch-bare-resource-fetcher --exclude react-native-executorch-expo-resource-fetcher --exclude react-native-executorch-webrtc --parallel run typecheck",
12+
"prepare": "yarn workspaces foreach --all --exclude react-native-executorch-webrtc --topological-dev run prepare",
13+
"lint": "yarn workspaces foreach --all --exclude react-native-executorch-webrtc --parallel run lint",
14+
"typecheck": "yarn workspaces foreach --all --exclude react-native-executorch-webrtc --parallel run typecheck",
1515
"postinstall": "patch-package"
1616
},
1717
"private": true,

packages/bare-resource-fetcher/README.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/bare-resource-fetcher/package.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)