You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Text>Present paywall ifPRO entitlement is not active</Text>
22
+
</TouchableOpacity>
23
+
```
24
+
25
+
#### Limitations:
26
+
27
+
- Currently only full screen paywalls are supported
28
+
- There is no way to detect paywall events other than using `addCustomerInfoUpdateListener`
29
+
- Android's `minSdkVersion` is temporarily increased from `19` to `24` to support paywalls. This will be reverted in a future release as we split `react-native-purchases` and `react-native-purchases-ui`
<Text>Present paywall ifPRO entitlement is not active</Text>
23
+
</TouchableOpacity>
24
+
```
25
+
26
+
#### Limitations:
27
+
28
+
- Currently only full screen paywalls are supported
29
+
- There is no way to detect paywall events other than using `addCustomerInfoUpdateListener`
30
+
- Android's `minSdkVersion` is temporarily increased from `19` to `24` to support paywalls. This will be reverted in a future release as we split `react-native-purchases` and `react-native-purchases-ui`
1
31
## 7.3.0
2
32
### Bugfixes
3
33
* Fix purchaseSubscriptionOption not accepting oldProductIdentifier (#764) via Toni Rico (@tonidero)
0 commit comments