react-native/ReactAndroid
Alexander Blom ea882b6f16 Immediate dispatch 0 time timers
Summary: Calling setTimeout(f, 0) will currently schedule f to be called the next frame instead of immediately (which is how it behaves on iOS). This immediately calls back to JS and invokes the function.

Reviewed By: astreet, tadeuzagallo

Differential Revision: D3006125

fb-gh-sync-id: 9fa109ed82836a718cbb2e8cb21da4943d96f5f6
shipit-source-id: 9fa109ed82836a718cbb2e8cb21da4943d96f5f6
2016-03-04 09:31:23 -08:00
..
2016-01-22 16:20:13 +00:00
2016-03-04 09:31:23 -08:00
2016-02-24 08:39:35 -08:00
2015-12-31 12:26:10 +04:00

Building React Native for Android

See docs on the website.