MacOS,
Describe your issue in detail. Include screenshots if needed.
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
Same issue here!
ENV:
"react-native": "0.55.3",
"react-native-vector-icons": "6.0.1",
Downgrading to 5.0.0 works...
Same error here and I had to downgrade to v5.
Any actual solution? or reason why it is happening?
I found the solution here, not sure what the exact issue is though
Hi, this was caused by React Native changing the name of their babel config and that our .babelrc was in the npm bundle. Metro then wanted to transform the code with my newer preset (although it already is transformed). Version 6.0.2 should fix this issue. Sorry for the inconvenience.
Thanks for the explanation @oblador !
I'll try 6.0.2 as soon as I can.
Most helpful comment
Downgrading to 5.0.0 works...