mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
acbf9e18ea
Summary: In this diff I'm doing the following: - Deprecating the method UIManagerModule.resolveRootTagFromReactTag - Removing the callsites to the method UIManagerModule.resolveRootTagFromReactTag - Refactoring the callsites in order to keep the same behavior for rootTags - Throwing an exception if this method was being called with a non rootTag - Controlling this change of behavior with a MC This is possible because long time ago we refactored all the callsites to this method to ensure we only use rootTag. I'm making extra steps to make sure this deprecation is safe and we don't break production if this method was being called with a non Root Tag. changelog: [Android][Deprecated] We are deprecating the method UIManagerModule.resolveRootTagFromReactTag, this will not be supported in the next version of RN Reviewed By: fkgozali Differential Revision: D20309166 fbshipit-source-id: 8b89ba889313ae03ed543f402b68f1bb4064ca68
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.