@react-native/codegen 0.76.0-nightly-20240815-9bc32a010 → 0.76.0-nightly-20240817-3e6b4fa23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -74,15 +74,13 @@ target_link_libraries(
|
|
|
74
74
|
react_codegen_${libraryName}
|
|
75
75
|
fbjni
|
|
76
76
|
jsi
|
|
77
|
-
# We need to link different libraries based on
|
|
77
|
+
# We need to link different libraries based on whether we are building rncore or not, that's necessary
|
|
78
78
|
# because we want to break a circular dependency between react_codegen_rncore and reactnative
|
|
79
79
|
${
|
|
80
80
|
libraryName !== 'rncore'
|
|
81
81
|
? 'reactnative'
|
|
82
|
-
: 'folly_runtime glog react_debug react_nativemodule_core react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_mapbuffer react_utils rrc_image rrc_view'
|
|
82
|
+
: 'folly_runtime glog react_debug react_nativemodule_core react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_mapbuffer react_utils rrc_image rrc_view turbomodulejsijni yoga'
|
|
83
83
|
}
|
|
84
|
-
turbomodulejsijni
|
|
85
|
-
yoga
|
|
86
84
|
)
|
|
87
85
|
|
|
88
86
|
target_compile_options(
|
|
@@ -86,15 +86,13 @@ target_link_libraries(
|
|
|
86
86
|
react_codegen_${libraryName}
|
|
87
87
|
fbjni
|
|
88
88
|
jsi
|
|
89
|
-
# We need to link different libraries based on
|
|
89
|
+
# We need to link different libraries based on whether we are building rncore or not, that's necessary
|
|
90
90
|
# because we want to break a circular dependency between react_codegen_rncore and reactnative
|
|
91
91
|
${
|
|
92
92
|
libraryName !== 'rncore'
|
|
93
93
|
? 'reactnative'
|
|
94
|
-
: 'folly_runtime glog react_debug react_nativemodule_core react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_mapbuffer react_utils rrc_image rrc_view'
|
|
94
|
+
: 'folly_runtime glog react_debug react_nativemodule_core react_render_componentregistry react_render_core react_render_debug react_render_graphics react_render_imagemanager react_render_mapbuffer react_utils rrc_image rrc_view turbomodulejsijni yoga'
|
|
95
95
|
}
|
|
96
|
-
turbomodulejsijni
|
|
97
|
-
yoga
|
|
98
96
|
)
|
|
99
97
|
|
|
100
98
|
target_compile_options(
|