@umituz/react-native-subscription 2.14.81 → 2.14.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-subscription",
3
- "version": "2.14.81",
3
+ "version": "2.14.82",
4
4
  "description": "Complete subscription management with RevenueCat, paywall UI, and credits system for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -55,7 +55,7 @@ export const PlanCard: React.FC<PlanCardProps> = React.memo(
55
55
  ]}
56
56
  >
57
57
  {isSelected && (
58
- <AtomicIcon name="checkmark" customSize={12} customColor={tokens.colors.onPrimary} />
58
+ <AtomicIcon name="checkmark-circle-outline" customSize={12} customColor={tokens.colors.onPrimary} />
59
59
  )}
60
60
  </View>
61
61
 
@@ -112,7 +112,7 @@ export const UpgradePrompt: React.FC<UpgradePromptProps> = ({
112
112
  <View key={index} style={styles.benefitItem}>
113
113
  <View style={styles.benefitIconWrapper}>
114
114
  <AtomicIcon
115
- name={benefit.icon || "checkmark"}
115
+ name={benefit.icon || "checkmark-circle-outline"}
116
116
  customSize={16}
117
117
  color="primary"
118
118
  />