metro-react-native-babel-preset
Advanced tools
Comparing version 0.71.3 to 0.72.0
{ | ||
"name": "metro-react-native-babel-preset", | ||
"version": "0.71.3", | ||
"version": "0.72.0", | ||
"description": "Babel preset for React Native applications", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -25,3 +25,2 @@ /** | ||
"KeyboardAvoidingView", | ||
"MaskedViewIOS", | ||
"Modal", | ||
@@ -28,0 +27,0 @@ "Pressable", |
@@ -50,5 +50,6 @@ /** | ||
extraPlugins.push([ | ||
require("@babel/plugin-transform-react-jsx", { | ||
useBuiltIns: true, | ||
}), | ||
require("@babel/plugin-transform-react-jsx"), | ||
{ | ||
runtime: "automatic", | ||
}, | ||
]); | ||
@@ -55,0 +56,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14692