Ok after like months of blaming React Native for this issue, i have finally figured out what is really going on!!!! When sliding panel component is used at the bottom of a navigation stack, and then you navigate to another page which has input fields. Once you focus on a field you get an error "Maximum call stack exceeded"
Issue Description
Ok after like months of blaming React Native for this issue, i have finally figured out what is really going on!!!! When sliding panel component is used at the bottom of a navigation stack, and then you navigate to another page which has input fields. Once you focus on a field you get an error "Maximum call stack exceeded"
Steps to Reproduce / Code Snippets / Screenshots
The code in question is the following
Specifically UIManager.viewIsDescendantOf infinitely gets called.