File tree 5 files changed +5
-1
lines changed
5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = function (api) {
4
4
presets : [ "babel-preset-expo" ] ,
5
5
plugins : [
6
6
"@babel/plugin-transform-export-namespace-from" ,
7
+ "@babel/preset-flow" ,
7
8
"react-native-reanimated/plugin" ,
8
9
] ,
9
10
} ;
Original file line number Diff line number Diff line change 43
43
"@babel/cli" : " ^7.25.9" ,
44
44
"@babel/core" : " ^7.26.0" ,
45
45
"@babel/preset-env" : " ^7.26.0" ,
46
+ "@babel/preset-flow" : " ^7.25.9" ,
46
47
"@babel/preset-typescript" : " ^7.26.0" ,
47
48
"@eslint/compat" : " ^1.2.3" ,
48
49
"@testing-library/jest-native" : " ^5.4.3" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = (api) => {
4
4
presets : [ "@react-native/babel-preset" ] ,
5
5
plugins : [
6
6
"@babel/plugin-transform-export-namespace-from" ,
7
+ "@babel/preset-flow" ,
7
8
"react-native-reanimated/plugin" ,
8
9
] ,
9
10
} ;
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = (api) => {
4
4
presets : [ "@react-native/babel-preset" ] ,
5
5
plugins : [
6
6
"@babel/plugin-transform-export-namespace-from" ,
7
+ "@babel/preset-flow" ,
7
8
"react-native-reanimated/plugin" ,
8
9
] ,
9
10
} ;
Original file line number Diff line number Diff line change 1034
1034
core-js-compat "^3.38.1"
1035
1035
semver "^6.3.1"
1036
1036
1037
- "@babel/preset-flow@^7.13.13":
1037
+ "@babel/preset-flow@^7.13.13", "@babel/preset-flow@^7.25.9" :
1038
1038
version "7.25.9"
1039
1039
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.25.9.tgz#ef8b5e7e3f24a42b3711e77fb14919b87dffed0a"
1040
1040
integrity sha512-EASHsAhE+SSlEzJ4bzfusnXSHiU+JfAYzj+jbw2vgQKgq5HrUr8qs+vgtiEL5dOH6sEweI+PNt2D7AqrDSHyqQ==
You can’t perform that action at this time.
0 commit comments