In my paywall, certain things don’t update with package selection. I am using the React Native SDK and Expo. In the paywall, the user is able to select between either a monthly or yearly subscription period by tapping either of the correlating boxes. The selected box is checked, and the border is set to a width of 2, while the unselected product’s border width is set to 1.
On Android: The border width does not change on selection, but the checkmark does.
On iOS: Both the border and checkmark work properly.
On both: There is a text field saying “Auto-renews for {{ product.price_per_period }} until canceled”, but the variable does not switch to reflect the monthly price, it’s always set to the annual price.
Is there something specific I’m supposed to do to make it function correctly?
