Skip to content

Commit 733f228

Browse files
Andrei Shikovfacebook-github-bot
authored andcommitted
Diff C++ props for Android consumption
Summary: Creates a mapbuffer from two ViewProp objects. This MapBuffer is used later instead of bag of props from JS to set the properties with platform ViewManager. Changelog: [Internal] - Added MapBuffer diffing for ViewProps Reviewed By: mdvacca Differential Revision: D33735246 fbshipit-source-id: 10ad46251ea71aa844586624c888f5223fa44e57
1 parent da72b5d commit 733f228

File tree

4 files changed

+548
-0
lines changed

4 files changed

+548
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/fabric/jni/BUCK

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rn_xplat_cxx_library(
2626
react_native_xplat_target("react/renderer/mapbuffer:mapbuffer"),
2727
react_native_xplat_target("react/config:config"),
2828
react_native_xplat_target("react/renderer/animations:animations"),
29+
react_native_xplat_target("react/renderer/graphics:graphics"),
2930
react_native_xplat_target("react/renderer/uimanager:uimanager"),
3031
react_native_xplat_target("react/renderer/scheduler:scheduler"),
3132
react_native_xplat_target("react/renderer/mounting:mounting"),
@@ -48,6 +49,7 @@ rn_xplat_cxx_library(
4849
react_native_xplat_target("react/renderer/components/switch:androidswitch"),
4950
react_native_xplat_target("react/renderer/components/progressbar:androidprogressbar"),
5051
react_native_xplat_target("react/renderer/components/text:text"),
52+
react_native_xplat_target("react/renderer/components/view:view"),
5153
react_native_xplat_target("react/renderer/components/textinput:androidtextinput"),
5254
],
5355
)

0 commit comments

Comments
 (0)