Skip to content

Commit 93c6d2a

Browse files
mdvaccafacebook-github-bot
authored andcommitted
update documentation for enableCppRenderSystem feature flag
Summary: This diff updates the documentation for enableCppRenderSystem feature flag This is a follow up of D38725771 (399907f) changelog: [internal] internal Reviewed By: cortinico, makovkastar Differential Revision: D39558834 fbshipit-source-id: e079ee688a912dfa2670c66e5adf347a902a45e1
1 parent 85e9b07 commit 93c6d2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Libraries/ReactNative/ReactNativeFeatureFlags.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export type FeatureFlags = {|
3939
*/
4040
animatedShouldUseSingleOp: () => boolean,
4141
/**
42-
* Enables C++ render system.
42+
* This feature flag enables an experimental render system that allows
43+
* to render react components driven by classes written in C++.
4344
*/
4445
enableCppRenderSystem: () => boolean,
4546
|};

0 commit comments

Comments
 (0)