You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this same error as soon as I enabled @babel/plugin-transform-modules-commonjs' plugin. Removing it makes the library work but at expense of hot reloading when using the import/export pattern. See this issue for more facebook/react-native#22592
I'm just used simple render like below but throwing
BackAndroid is deprecated and has been removed from this package. Use BackHandler instead
I've tried to use
find all
inreact-native-vector-icons
folder usingvscode
editor, but somehow i didn't find it, anyone has an idea how to fix it?Environment:
"react": "16.8.3",
"react-native": "0.59.5",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.0"
The text was updated successfully, but these errors were encountered: