Will be very useful
I have implemented this feature and made a pull request for it: #1003
Check out my fork if you need it ASAP though.
Thanks a lot @DavidBriglio for this PR!!!! <3
Tested it out already, it works well. Exactly what i needed.
In you examples you use path to icon. Is there a list of available icons? Or is it possible to add own icons? Thx.
As far as I know all of the default android drawable icons work. I have not tested it with custom icons though. I don't have a list ready, but I will find one when I can.
Would be great!!
I have tested and confirmed working custom icons inserted into the "res" folder, using the Google Material Icons. As for the default ones: it is actually not recommended to use them because the dependency could break with updates. If you still want to use the default ones, the list can be found here.
Very good information!!!
So you downloaded the icons as png and insert them directly under platforms/android/res.
Is this PR also working on ios?
As with other icons, you insert them in their respective res/drawable-?dpi folders. If you are using the Material Icons, the downloaded zip contains the proper file structure. This PR is only for android.
@DavidBriglio thanks a lot. That is what I exactly need! Great contribution 馃憤
Have been added - use 0.9-beta
Most helpful comment
I have implemented this feature and made a pull request for it: #1003
Check out my fork if you need it ASAP though.