Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove max depth parameter while measuring layout of shadow view (#26986
) Summary: Searching for the ancestor view while measuring a shadow view layout relative to the ancestor is limited to `30`. I couldn't find the reason nor commit where it was introduced (because I have no access to internal facebook commits). I think we should keep looking for an ancestor view until the shadow view has the superview property. ## Changelog [iOS] [Fixed] - Remove maximum searching depth while measuring layout. Pull Request resolved: #26986 Test Plan: - Tested if RNTester works as expected. - Tested in app with a lot of nested flatlists where sometimes I was facing this redbox because of the max depth limit. <img width="297" alt="Screenshot 2019-10-24 at 14 40 11" src="https://user-images.githubusercontent.com/16336501/67486474-6309d380-f66c-11e9-9eab-15e8fb8372a5.png"> Differential Revision: D18175568 Pulled By: shergin fbshipit-source-id: cd59a18032d10bc6dd5707981e69813810f65b5a
- Loading branch information