Now no opportunity to user custom or system icons!
like that:
// own flies
{ icon: require('./icon.png') }
// system assets
{ icon: {uri: 'asset:/app_icon.png'} }
Note: Since we are using native libraries, we have not found a solution in order to render RN Images in production, therefore please copy all your image assets in platform-specific folders:
Now no opportunity to user custom or system icons! like that:
We can find a solution in RNN implementation: ImageLoader.java