I have read about android Dynamic Delivery using Android App Bundles to generate and serve optimized APKs for each user’s device configuration, so users download only the code and resources they need to run your app.
I have created an application using react-native. How can we enable the dynamic delivery based on the feature which is required by the user as feature delivery.
For example application has two features like Feature-A and Feature-B which is not required for all. So users will download the base APK from the Google Play store and later users will download the feature APK of their requirement or subscription.