Maycon Mesquita
Maycon Mesquita
rn-fetch-blob is updated, please update this dependency.
I can't see this option too
@aMarCruz did you release some version fixing this?
We have this on our Wrapped Lib: https://github.com/afollestad/material-dialogs The icon can be displayed with something like: `new MaterialDialog.Builder(getCurrentActivity()).iconRes(R.drawable.ic_lock).show();` [ICON] The icon is imported as a Vector drawable: https://github.com/afollestad/material-dialogs/blob/master/files/src/main/res/drawable/icon_folder_dark.xml [VIEW] The...
The lib has a issue (Jan/2015) about this (https://github.com/afollestad/material-dialogs/issues/187). The owner of project (@afollestad) said: "Currently, a custom adapter is the only way to do so"
would be nice!
@kosbog thanks! Your solution works good.
need to release