mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 12:12:31 +08:00
Summary: In older versions of android, the main thread is given the same priority as all other threads (default). Instead, it should have a higher priority (DISPLAY) which will make sure it's scheduled instead of the background JS/native modules threads. Reviewed By: majak Differential Revision: D3497244 fbshipit-source-id: 15ab09f4ebcad2692ae1261f15aa2c6c39f72ee9