kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.54k stars 116 forks source link

React native 0.72.1 and above metro.config.js #277

Closed adsalihac closed 1 year ago

adsalihac commented 1 year ago

Created issue https://github.com/kristerkari/react-native-svg-transformer/issues/276

react-native to 0.72.1 @react-native/metro-config to ^0.72.7

RominHalltari commented 1 year ago

I am actually trying this approach and I get the following error: image

kristerkari commented 1 year ago

Thanks! I haven't tried out 0.72 yet, but I'll try to do that as soon as possible.

adsalihac commented 1 year ago

I am actually trying this approach and I get the following error: image

run react-native start --reset-cache

react-native to 0.72.1 @react-native/metro-config to ^0.72.7

kristerkari commented 1 year ago

Thanks! Merged.