Hi. Is there any way i can remove the unwanted references from shared binary for iOS, like i don't want all the material icons to be referenced in the binary, only those are used should be referenced.
f
François
07/10/2025, 2:15 PM
make them internal or move them to a parent module
r
Rohit kumar
07/14/2025, 6:14 AM
But, i'm using CMP view, for that i need them!
f
François
07/14/2025, 8:33 AM
SO, use a parent module where you add the implementation of your icons and use only the module into your CMP module