Maciej Stosio

Results 33 comments of Maciej Stosio

Hi, I'm facing same issue. Also when I try update dialog it updates and disappears. Do you have any solution?

Hi, I prepared PR (#5916) that allows to keep track keyboard height on modals too. Please, let me know if that helps.

Hi @kirillzyusko! I did test it on Fabric and it worked on example form the PR. I added `try catch` when resolving the view, that may help with your problem...

@kirillzyusko I didn't test it on Fabric on RN 0.73, as we support Fabric since 0.74

Hi, I wasn't able to reproduce this issue, but it seems like ongoing issue on react native side: https://github.com/facebook/react-native/issues/37518, https://github.com/facebook/react-native/issues/18345. Would be good if you could test the solution from...

Did you check if the sha fingerprints, you provided in Firebase Console, are in google-services.json? I'm randomly having this issue too, but my SHA is not in google-services.json and I...

I tested few more approaches to tackle detecting Dialog open, but none of them seems like good fit:
 - Add addEventListener on NodesManager - that would make registering modal separate...

This solution works, but we're investigating this in terms of performance, as in current state it may cause problems.

> Using `ViewTreeObserver.OnDrawListener` is not performant. It triggers the callback multiple times. After months of debugging insets IMO there are two reliable ways to measure it: > > * `WindowInsetsCompat`...

@renyufei8023 Hi, I tried to build your repo, but it failed. I bumped the RN to 0.76, and it worked, but the repo doesn't seem to have a structure that...