mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6625356b7e
Summary: React Native is using API deprecated in Android API 28. This blocks migrating RN apps to target API 28 which is Google's requirement starting August 2019. Specifically, using the deprecated flags is causing a crash. Here's Google's suggestion for a fix https://developer.android.com/reference/android/graphics/Canvas.html#clipRect(float,%2520float,%2520float,%2520float,%2520android.graphics.Region.Op) Differential Revision: D16436758 fbshipit-source-id: 92042695f8a1798464b374bff9fa0e5e83e7f461
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.