Skip to content

Commit 36774d7

Browse files
committed
fix build breaks
1 parent d0074ca commit 36774d7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

js/react_native/e2e/android/app/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ dependencies {
136136
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0"
137137
androidTestImplementation "androidx.test:runner:1.5.2"
138138
androidTestImplementation "androidx.test:rules:1.5.0"
139-
140-
implementation (project(':onnxruntime-react-native'))
141139
}
142140

143141
// Run this once to be able to run the application with BUCK

js/react_native/e2e/ios/Podfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ target 'OnnxruntimeModuleExample' do
1818

1919
use_react_native!(
2020
:path => config[:reactNativePath],
21-
22-
# :flipper_configuration => FlipperConfiguration.enabled,
2321
:app_path => "#{Pod::Config.instance.installation_root}/.."
2422
)
2523

js/react_native/e2e/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"@babel/core": "^7.25.2",
2020
"@babel/preset-env": "^7.25.3",
2121
"@babel/runtime": "^7.25.0",
22+
"@react-native-community/cli": "15.1.1",
23+
"@react-native-community/cli-platform-android": "15.1.1",
24+
"@react-native-community/cli-platform-ios": "15.1.1",
2225
"@react-native/babel-preset": "0.76.9",
2326
"@react-native/eslint-config": "0.76.9",
2427
"@react-native/metro-config": "0.76.9",
@@ -34,6 +37,9 @@
3437
"react-test-renderer": "18.3.1",
3538
"typescript": "5.0.4"
3639
},
40+
"overrides": {
41+
"fast-xml-parser": "^4.5.4"
42+
},
3743
"engines": {
3844
"node": ">=18"
3945
}

0 commit comments

Comments
 (0)