Skip to content

Commit

Permalink
bridge music pill component
Browse files Browse the repository at this point in the history
Summary:
`arc nt-bridge --spec NTFbAddToStoryCardMusicPillComponentSpec --app fb4a --kotlin`

`arc rebuild-nt`

Differential Revision: D55592147

fbshipit-source-id: 9367a6ee44d65efcb7554ac917634f5f63c81fd8
  • Loading branch information
Qinqin Zhang (SWE) authored and facebook-github-bot committed Apr 2, 2024
1 parent c34c655 commit 096c868
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ enum class Reason {
*/
REACT_NATIVE_BRIDGING,

/**
* Used when Component.Builder is required at call site, e.g. when creating new native template
* component bridges.
*/
COMPONENT_BUILDER_REQUIRED_AT_CALL_SITE,

/**
* Used only to mark Kotlin Specs that were created before the Spec API deprecation.
* [Convert this Spec](https://fblitho.com/docs/kotlin/kotlin-intro/) to the Litho Kotlin API or
Expand Down

0 comments on commit 096c868

Please sign in to comment.