As we can see from description for priceString prop:
https://github.com/RevenueCat/purchases-hybrid-common/blob/f22717e21893414654e93e31b410bcf606dbbe27/typescript/src/offerings.ts#L97-L101
priceString should return Formatted price of the item, including its currency sign, but for RC test store on web it returns currency code (not sign):
but should be:
- Environment
- Platform: web
- SDK version: 10.0.1
- React Native version: 0.81.5
As we can see from description for
priceStringprop:https://github.com/RevenueCat/purchases-hybrid-common/blob/f22717e21893414654e93e31b410bcf606dbbe27/typescript/src/offerings.ts#L97-L101
priceStringshould returnFormatted price of the item, including its currency sign, but for RC test store on web it returns currency code (not sign):but should be: