mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-27 22:55:56 +08:00
A large number of layout measurements (and their corresponding tasks) can block the main thread. Make the work async and try to keep the UI responsive to user input while the layout work is taking place.