File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 "@react-native-community/cli" : " 18.0.0" ,
3535 "@react-native-community/cli-platform-android" : " 18.0.0" ,
3636 "@react-native-community/cli-platform-ios" : " 18.0.0" ,
37+ "@react-native-harness/coverage-ios" : " file:/Users/boga/Work/Margelo/react-native-harness/packages/coverage-ios" ,
3738 "@react-native-harness/platform-android" : " 1.0.0" ,
3839 "@react-native-harness/platform-apple" : " 1.0.0" ,
3940 "@react-native/babel-preset" : " 0.79.2" ,
Original file line number Diff line number Diff line change @@ -24,4 +24,12 @@ export default {
2424 } ) ,
2525 ] ,
2626 defaultRunner : 'ios' ,
27+
28+ coverage : {
29+ native : {
30+ ios : {
31+ pods : [ 'RNRive' , 'RiveRuntime' ] ,
32+ } ,
33+ } ,
34+ } ,
2735} ;
Original file line number Diff line number Diff line change 196196 },
197197 "resolutions" : {
198198 "core-js-compat" : " ^3.40.0" ,
199- "browserslist" : " ^4.24.4"
199+ "browserslist" : " ^4.24.4" ,
200+ "@react-native-harness/config" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/config" ,
201+ "@react-native-harness/platforms" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/platforms" ,
202+ "@react-native-harness/platform-apple" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/platform-ios" ,
203+ "@react-native-harness/jest" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/jest" ,
204+ "@react-native-harness/tools" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/tools" ,
205+ "@react-native-harness/plugins" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/plugins" ,
206+ "@react-native-harness/bridge" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/bridge" ,
207+ "@react-native-harness/bundler-metro" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/bundler-metro" ,
208+ "@react-native-harness/cli" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/cli" ,
209+ "@react-native-harness/runtime" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/runtime" ,
210+ "@react-native-harness/babel-preset" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/babel-preset" ,
211+ "react-native-harness" : " portal:/Users/boga/Work/Margelo/react-native-harness/packages/cli"
200212 }
201213}
You can’t perform that action at this time.
0 commit comments