node v9.5.0
npm v6.2.0
react 16.4.1
react-native 0.56.0
native-base: 2.7.2
Icons appear:
export const MyIcon = () => <Icon name='home' />
export default MyIcon
No icons appear:

export const MyIcon = () => <Icon name='home' />
export default MyIcon
Android Emulator
I'm using an Android Emulator Nexus 5X API 26 Android 8.0
have you done react-native link
make sure ReactProjectandroidapp\srcmainassets\fonts have all fonts icon..

or else you need to install manually this lib.
https://www.npmjs.com/package/react-native-vector-icons
thanks @ZeroCool00 ... that was it. :shame_faced:
Most helpful comment
have you done react-native link
make sure ReactProjectandroidapp\srcmainassets\fonts have all fonts icon..

or else you need to install manually this lib.
https://www.npmjs.com/package/react-native-vector-icons