Babel plugin
Closed this issue · 2 comments
pee0803 commented
Hi there,
I am first try to use iconify in react native.
I have followed the steps provided in Readme.md to add the plugin in babel.config.js, and clear cache for my project.
But it turns out an error like the image below.
I would like to humbly seek your advice to resolve this issue.
Thanks in advance.
oktaysenkan commented
Check your presets and plugins properties babel.config.js. What is env.production.plugins ?
module.exports = {
presets: [
...
],
plugins: [
...
'react-native-iconify/plugin',
],
};
pee0803 commented
I have figured out and the this issue is fixed. Thank you very much.