Ben Wright
Ben Wright
@Ram2103 @SteffeyDev The bug seems to lie with React Native or Appium. Elements which have `position: absolute` nested within `` do not seem to appear in appium. To get round...
Only downside I see is that it can potentially be awkard to style the modal as it'll need relative positioning
^ solution was the same for me, docs say to install `@react-native-masked-view/masked-view`however I had already installed `@react-native-community/masked-view` in my project. Therefore once I removed `@react-native-community/masked-view` and reinstalled pods etc. Was...
Thanks for a quick response on this @AllanPooley . I'm not sure how lenient Google's structured data is, however I think the '@type' key needs to be equal to 'FAQPage'...
Hi @barticus thank you for your response. 1. Correct, I can see the users in FIrebase dashboard including users with hidden address ie @privaterelay.appleid.com 2. Correct, users are being signed...
Hi @barticus , on further inspection, I believe I am getting logs from mailchimp extension: `User does not have an email` When user is signing in with apple. But I'm...
Thanks for reply :) Good idea, I will setup locally to further test what is happening and try to replicate locally.
I was having the same issue with animateOnMount on 5.2.6, downgrading to 5.1.8 resolves it