mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
030d2c1931
Summary: This is a check to execute code only in Fabric, and... it's just wrong. This object is *always* present, for Fabric and non-Fabric. We instead need to check if there's actually a state object, as other parts of the code check for. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D24042677 fbshipit-source-id: 5cf6ebc8f07987d917fdf11042d1715876fa8229
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.