## The problem
Issue RevenueCat/react-native-purchases#1162 (closed, 46 comments): Hi, In my application, I was showing RevenueCatUI.Paywall in the react navigation page. But I keep getting this error on Android. This my code; import React from 'react'; import { SafeAreaView, StatusBar, TouchableOpacity, View } from "react-native"; import Icon from 'react-native-vector-icons/MaterialCommunityIcons'; import RevenueCatUI from "react-native-purchases-ui"; import { customColors } from '../../utils/Constant'; import Fonts from '../../../assets/fonts';

## What fixed it
[vegaro (maintainer)]: The blank paywall / windowRecomposer error was fixed in react-native-purchases 8.11.10 (the original bug was addressed in 8.11.2). If RevenueCatUI.Paywall renders blank on Android, upgrade to 8.11.10 or newer and reopen a new issue if your specific scenario still misbehaves.