mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-12 10:26:49 +08:00
Summary: drawRect was sometimes being called with NaN values, which caused very strange ui behavior on some devices. This patch fixes the problem by ensuring that we use a default value when the value is NaN. Reviewed By: AaaChiuuu Differential Revision: D4338453
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.