Unnecessary packages are needed in react native ui kit

I am using react native ui kit for expo, where I am opting out of video, document and voice recorder.
Then why do I still need to add all these packages to the ui provider?
Is there any solution? There packages are not needed and increase the apk size unnecessarily .

@Sumit_Dey Since it is not known whether a feature is used in UIKit or not, assume that all features are implemented in general. If not needed, you can create an implementation that does nothing and inject it.