mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1b50722a7e
Summary: Previously I renamed hasActiveCatalystInstance() API in D27335055 (https://github.com/facebook/react-native/commit/dfa8eb0558338f18ea01f294a64d355f6deeff06), however this API is still used in an OSS class. In this diff hasActiveCatalystInstance() is added back and marked as Deprecated to avoid breakages and leave the migration choice to OSS users. Changelog: [Android][Changed] Mark hasActiveCatalystInstance() as Deprecated Reviewed By: yungsters Differential Revision: D27538449 fbshipit-source-id: 30f2f890580ad7f8b41908e18013234b5bac72e9
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.