Notifications support?
Hey there, we're looking to use this package to generate notification icons for Android. We've noticed that there seems to be (partial) support for notifications already, however they don't seem to be generated as of now. Is there something we're missing? We've tried creating images in the following paths, none of which do anything:
android/notificationandroid/notification-iconnotificationnotification-icon
We were lead to believe support had been added by looking at src/project.ts#L72 and src/definitions.ts#L36. Is this a currently planned feature but not actually implemented? Any insights?
+1
@Senexis did you write script yourself for this or how did you solve the issue?
@Senexis did you write script yourself for this or how did you solve the issue?
We switched to using a copy action in our Trapeze workflow.
Obviously we would still love to see support for this, but this is the most convenient option; simply have a white-only copy of our app icon in the resources folder and then run Trapeze which is required (for us) anyway.