Skip to content

Commit ac6db37

Browse files
Peng Jiangfacebook-github-bot
authored andcommitted
remove not used spec and not needed execuse
Summary: This spec has no usage: https://fburl.com/code/lyfrts6e remove the spec and the REACT_NATIVE_BRIDGING execuse Reviewed By: kingsleyadio Differential Revision: D58724042 fbshipit-source-id: 6322c2fd0ba95e7366d00da4d1fcaaf8dbd0d465
1 parent 376fe26 commit ac6db37

File tree

1 file changed

+0
-7
lines changed
  • litho-annotations/src/main/java/com/facebook/litho/annotations

1 file changed

+0
-7
lines changed

litho-annotations/src/main/java/com/facebook/litho/annotations/ExcuseMySpec.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ enum class Reason {
5151
*/
5252
SECTION_USED_WITH_OTHER_SECTIONS,
5353

54-
/**
55-
* Used when creating new react native component bridges. currently the implementation only
56-
* supports LithoSpec, integrating with KComponents ends up with a lot of rendering issues such as
57-
* https://fb.workplace.com/groups/rn.support/permalink/25722856564002949/.
58-
*/
59-
REACT_NATIVE_BRIDGING,
60-
6154
/**
6255
* Used when Component.Builder is required at call site, e.g. when creating new native template
6356
* component bridges.

0 commit comments

Comments
 (0)