File tree Expand file tree Collapse file tree
packages/react-native-contentpass-ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# @contentpass/react-native-contentpass-ui
22
3+ ## 0.3.1
4+
5+ ### Patch Changes
6+
7+ - Fix loading state during login
8+
39## 0.3.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentpass/react-native-contentpass-ui" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " Contentpass React Native UI Components" ,
55 "source" : " ./src/index.tsx" ,
66 "main" : " ./lib/commonjs/index.js" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export default function ContentpassConsentGate({
148148 onVisibilityChange ,
149149 ] ) ;
150150
151- if ( ! consentResolved ) {
151+ if ( ! consentResolved || isShowingContentpass || isShowingSecondLayer ) {
152152 return (
153153 < View style = { styles . loading } >
154154 < ActivityIndicator size = "large" />
You can’t perform that action at this time.
0 commit comments