File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
plugins/node/instrumentation-react-native-navigation Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = api => {
22 api . cache ( false ) ;
33
44 return {
5- presets : [ 'module:metro-react-native-babel-preset' ] ,
5+ presets : [ 'module:metro-react-native-babel-preset' , '@babel/preset-env' ] ,
66 plugins : [ 'babel-plugin-react-native-web' ] ,
77 } ;
88} ;
Original file line number Diff line number Diff line change 4848 "react-dom" : " >=18.0.0"
4949 },
5050 "devDependencies" : {
51- "@opentelemetry/api" : " ^1.3.0" ,
5251 "@babel/core" : " ^7.24.9" ,
52+ "@babel/preset-env" : " ^7.25.2" ,
5353 "@babel/register" : " ^7.24.6" ,
54+ "@opentelemetry/api" : " ^1.3.0" ,
5455 "@opentelemetry/sdk-trace-base" : " ^1.25.1" ,
5556 "@react-navigation/native" : " ^6.1.18" ,
5657 "@testing-library/react" : " ^16.0.0" ,
You can’t perform that action at this time.
0 commit comments