I'm building my first app with React Native. I'm using react-navigation bottomTabNavigator and when I added the icons on the tabs, my app won't work on the Android. iOS is working ok.
Here is the gist with my Menu.js code
Even when I comment out the lines that use icons (the icons itself, the imports) the erros continues. But I don't understand what is going on, because the error started on the Android when I started to use the icons.
In the iOS, everything works perfectly.
Any help?
In android you have to include
icon="require('some path like images')", then it work. for example: