mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
cf7b4e74f0
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