mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description <!-- Describe your changes. --> Update E2E test to also check InferenceSession.create with bytes. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Add tests to validate #17739
24 lines
623 B
JSON
24 lines
623 B
JSON
{
|
|
"name": "onnxruntime-reactnative-example",
|
|
"description": "Example app for onnxruntime-reactnative",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"android": "react-native run-android",
|
|
"ios": "react-native run-ios",
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.1.0",
|
|
"react-native": "^0.69.1",
|
|
"react-native-fs": "^2.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.0",
|
|
"@babel/runtime": "^7.17.0",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"detox": "^20.7.0",
|
|
"jest": "^29",
|
|
"metro-react-native-babel-preset": "^0.67.0"
|
|
}
|
|
}
|