We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0074ca commit 42806d4Copy full SHA for 42806d4
js/react_native/e2e/android/app/build.gradle
@@ -136,8 +136,6 @@ dependencies {
136
androidTestImplementation "androidx.test.espresso:espresso-core:3.5.0"
137
androidTestImplementation "androidx.test:runner:1.5.2"
138
androidTestImplementation "androidx.test:rules:1.5.0"
139
-
140
- implementation (project(':onnxruntime-react-native'))
141
}
142
143
// Run this once to be able to run the application with BUCK
js/react_native/e2e/ios/Podfile
@@ -18,8 +18,6 @@ target 'OnnxruntimeModuleExample' do
18
19
use_react_native!(
20
:path => config[:reactNativePath],
21
22
-# :flipper_configuration => FlipperConfiguration.enabled,
23
:app_path => "#{Pod::Config.instance.installation_root}/.."
24
)
25
0 commit comments