mirror of
https://github.com/status-im/react-native.git
synced 2025-01-11 18:14:14 +00:00
761089211f
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.