Is your feature request related to a problem? Please describe.
Currently in ProductDetailPage if the product is simple, it's price is shown, but if it is configurable then price is not shown, function need to written so that when user select configurable options from the picker, appropriate price is shown.
Is your feature request related to a problem? Please describe. Currently in
ProductDetailPage
if the product is simple, it's price is shown, but if it is configurable then price is not shown, function need to written so that when user select configurable options from the picker, appropriate price is shown.Describe the solution you'd like Check troublediehard/magento-react-native implementation in product screen and copy it.
Additional context Major feature, must be implemented.