What was reported:
Issue RevenueCat/react-native-purchases#1044 (closed, 22 comments): - [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have read [docs.revenuecat.com](https://docs.revenuecat.com/) - [x] I have searched for [existing Github issues](https://github.com/RevenueCat/react-native-purchases/issues) **Describe the bug** I have moved to using Paywall 7 - Siamese from Paywall 5 - Bengal as it is the perfect use for our application.
What works:
Paywall Template 7 (Siamese) not rendering on Android was a dependency problem: the template uses androidx.compose.animation.AnimatedContent, which needs Jetpack Compose 1.3.0 or newer. If you have androidx.compose.animation pinned lower, the class isn't found and the paywall breaks. The reporter confirmed updating the SDK to 8.1.0 fixed it on Android.