Skip to content

Commit 110ca9e

Browse files
mdvaccameta-codesync[bot]
authored andcommitted
Fix MissingOverrideAnnotation: Add @OverRide to YogaNodeJNIBase methods (#1918)
Summary: Pull Request resolved: #1918 X-link: react/react-native#56040 Fixed 101 MissingOverrideAnnotation lint errors in YogaNodeJNIBase.java. Added Override annotation to all public methods that override abstract methods from the YogaNode superclass but were missing the annotation. This includes style getters/setters (direction, flex, margin, padding, border, position, width, height, min/max dimensions, aspect ratio, gap), layout methods (reset, calculateLayout, dirty), tree manipulation (addChildAt, removeChildAt, indexOf), and measurement/baseline functions. Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D95413075 fbshipit-source-id: fc148c8aefe734c090541b6eb02815c1446d2e98
1 parent 8c5ea16 commit 110ca9e

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

0 commit comments

Comments
 (0)