File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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 }
You can’t perform that action at this time.
0 commit comments