@umituz/react-native-subscription 2.2.19 → 2.2.20
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.2.
|
|
3
|
+
"version": "2.2.20",
|
|
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",
|
|
@@ -262,14 +262,15 @@ const styles = StyleSheet.create({
|
|
|
262
262
|
textAlign: "center",
|
|
263
263
|
},
|
|
264
264
|
|
|
265
|
-
// ScrollView -
|
|
265
|
+
// ScrollView - expands to fill available space, shrinks if needed
|
|
266
266
|
scrollView: {
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
flex: 1,
|
|
268
|
+
minHeight: 100,
|
|
269
269
|
},
|
|
270
270
|
scrollContent: {
|
|
271
271
|
paddingHorizontal: 24,
|
|
272
272
|
paddingBottom: 16,
|
|
273
|
+
flexGrow: 1,
|
|
273
274
|
},
|
|
274
275
|
|
|
275
276
|
// Features section
|