@umituz/react-native-subscription 2.12.8 → 2.12.9

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.12.8",
3
+ "version": "2.12.9",
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",
@@ -194,7 +194,7 @@ const styles = StyleSheet.create({
194
194
  modalContent: { padding: 0, borderWidth: 0, overflow: "hidden" },
195
195
  container: { flex: 1 },
196
196
  closeBtn: { position: "absolute", top: 16, right: 16, width: 36, height: 36, borderRadius: 18, justifyContent: "center", alignItems: "center", zIndex: 10 },
197
- scroll: { padding: 24, paddingTop: 56 },
197
+ scroll: { flexGrow: 1, padding: 24, paddingTop: 56 },
198
198
  header: { alignItems: "center", marginBottom: 24 },
199
199
  title: { fontWeight: "700", textAlign: "center", marginBottom: 8 },
200
200
  subtitle: { textAlign: "center", lineHeight: 24 },