Skip to content

Commit 42806d4

Browse files
committed
fix build breaks
1 parent d0074ca commit 42806d4

File tree

4 files changed

+2082
-296
lines changed

4 files changed

+2082
-296
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

0 commit comments

Comments
 (0)