mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
Summary: One of the impacts of this bug is that Java is firing timer completion events into JavaScript for timers that should have been deleted. JavaScript filters these out so it doesn't impact the app developer. However, Java is completing more timers than necessary. When cleaning up a timer, we were accidentally deleting the whole set of timers for that context. Instead, we should just delete that timer from its context. Adam Comella Microsoft Corp. Closes https://github.com/facebook/react-native/pull/9361 Differential Revision: D3797573 fbshipit-source-id: c30ed600af741601f2babdfc61da9aac549cbadb
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.