We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c3b0 commit 456548aCopy full SHA for 456548a
1 file changed
packages/react-native-contentpass-ui/src/components/ContentpassConsentGate.tsx
@@ -148,7 +148,7 @@ export default function ContentpassConsentGate({
148
onVisibilityChange,
149
]);
150
151
- if (!consentResolved) {
+ if (!consentResolved || isShowingContentpass || isShowingSecondLayer) {
152
return (
153
<View style={styles.loading}>
154
<ActivityIndicator size="large" />
0 commit comments