react-native/ReactAndroid
ASCE1885 37e5f3b6ca fix mTimerIdsToTimers remove error
Summary:
In Timing.java, the key provided to the remove function of mTimerIdsToTimers is not correct, that may introduce bugs.
Closes https://github.com/facebook/react-native/pull/8966

Differential Revision: D3605291

Pulled By: astreet

fbshipit-source-id: 97563b6846e8f3f40d20b48b3852dd557c9932f3
2016-07-22 09:28:40 -07:00
..
libs
src fix mTimerIdsToTimers remove error 2016-07-22 09:28:40 -07:00
.npmignore
DEFS Point csslayout deps over to xplat 2016-07-13 14:28:45 -07:00
DevExperience.md
README.md
build.gradle Update OkHttp to 3.4.0 and Okio to 1.9.0 2016-07-20 06:43:33 -07:00
gradle.properties
release.gradle

README.md

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.