Cannot use Ionic Icons

Hello everyone, when I try to use ionic icons using react-native-ionicons with <Icon name="close" /> it returns me an error:

I don’t know how to fix it.
I don’t even know where to find this Babel configuration file.

Thank you!

<IonIcon icon={close} />

I know…it’s really annoying you can’t use the name property. This means copying from Stencil to React you have to change ALL your icons, plus you can’t have a dynamic icon. :expressionless: