85f7569ce6
Summary:We had an issue where a rendered modal would not end up using the full screen size, but a size computed based on its initial content. Which is a small spinner in case of RelayContainer. So rarely we would end up with cut off view like this: {F60650629} This diff fixes this behavior by wrapping the content in another view. That makes the modal's wrapping VC's view resize just once when it's initially created. (Resize for the wrapping VC's view happened previously when the modal's content resized, which got us in the bad state.) Reviewed By: javache Differential Revision: D3202299 fb-gh-sync-id: 7c4dc1dbb27654292d07aef5916aa31df5cd4302 fbshipit-source-id: 7c4dc1dbb27654292d07aef5916aa31df5cd4302 |
||
---|---|---|
.. | ||
Base | ||
Executors | ||
Layout | ||
Modules | ||
Profiler | ||
React.xcodeproj | ||
Views |