Skip to content

Commit 3efdfdb

Browse files
mkopcinsjakmro
andauthored
chore: move expo dependency (#657)
## Description Move expo from dependencies to peerDependencies and devDependencies ### Introduces a breaking change? - [ ] Yes - [x] No ### Type of change - [x] Bug fix (change which fixes an issue) - [ ] New feature (change which adds functionality) - [ ] Documentation update (improves or adds clarity to existing documentation) - [x] Other (chores, tests, code style improvements etc.) ### Tested on - [x] iOS - [x] Android ### Checklist - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [x] My changes generate no new warnings Co-authored-by: jakmro <[email protected]>
1 parent a8ed6fd commit 3efdfdb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/react-native-executorch/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,19 @@
6565
"registry": "https://registry.npmjs.org/"
6666
},
6767
"peerDependencies": {
68+
"expo": "*",
69+
"expo-asset": "*",
70+
"expo-file-system": "*",
6871
"react": "*",
6972
"react-native": "*"
7073
},
7174
"devDependencies": {
7275
"@react-native-community/cli": "latest",
7376
"@types/jest": "^29.5.5",
7477
"@types/react": "^18.2.44",
78+
"expo": "^53.0.7",
79+
"expo-asset": "~11.1.5",
80+
"expo-file-system": "~18.1.10",
7581
"jest": "^29.7.0",
7682
"metro-react-native-babel-preset": "^0.77.0",
7783
"react": "19.0.0",
@@ -116,9 +122,6 @@
116122
},
117123
"dependencies": {
118124
"@huggingface/jinja": "^0.5.0",
119-
"expo": "^53.0.7",
120-
"expo-asset": "~11.1.5",
121-
"expo-file-system": "~18.1.10",
122125
"jsonrepair": "^3.12.0",
123126
"jsonschema": "^1.5.0",
124127
"zod": "^3.25.0"

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12317,6 +12317,9 @@ __metadata:
1231712317
typescript: "npm:~5.8.3"
1231812318
zod: "npm:^3.25.0"
1231912319
peerDependencies:
12320+
expo: "*"
12321+
expo-asset: "*"
12322+
expo-file-system: "*"
1232012323
react: "*"
1232112324
react-native: "*"
1232212325
languageName: unknown

0 commit comments

Comments
 (0)