mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6ac88a4378
Summary: This diff adds `TraceUpdateOverlay` native component to render highlights when trace update is detected from React JS. This allows a highlight border to be rendered outside of the component with re-renders. - Created `TraceUpdateOverlay` native component and added to the `DebugCorePackage` - Added to C++ registry so it's compatible with Fabric - Added to `AppContainer` for all RN apps when global devtools hook is available Changelog: [Android][Internal] - Add trace update overlay to show re-render highlights Reviewed By: javache Differential Revision: D42831719 fbshipit-source-id: 30c2e24859a316c27700270087a0d7779d7ad8ed
Building React Native for Android
See the Building from Source guide on the React Native website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing guide on the React Native website.