Skip to content

Commit fe30da9

Browse files
authored
chore: Move react-native-executorch dependency (#290)
## Description Move react-native-executorch dependency from `devDependencies` to `dependencies` ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings
1 parent f01bd41 commit fe30da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/text-embeddings/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"expo": "^53.0.0",
1313
"expo-status-bar": "~2.2.3",
1414
"react": "19.0.0",
15-
"react-native": "0.79.2"
15+
"react-native": "0.79.2",
16+
"react-native-executorch": "^0.3.2"
1617
},
1718
"devDependencies": {
1819
"@babel/core": "^7.25.2",
1920
"@types/react": "~19.0.10",
20-
"react-native-executorch": "^0.3.2",
2121
"typescript": "~5.8.3"
2222
},
2323
"private": true

0 commit comments

Comments
 (0)