Update react-native-svg-transformer to 1.5.x (#3236)

This commit is contained in:
Johannes Klein
2025-12-02 21:01:50 +01:00
committed by GitHub
parent ca977e9247
commit d289a9c682
3 changed files with 7 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ const localPackagePaths = [
*/
const config = {
transformer: {
babelTransformerPath: require.resolve( "react-native-svg-transformer" )
babelTransformerPath: require.resolve( "react-native-svg-transformer/react-native" )
},
resolver: {
assetExts: assetExts.filter( ext => ext !== "svg" ),