File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
packages/react-native-executorch Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments