Skip to content

Commit

Permalink
Create a new bridge to bridge product tile image to fresco image on a…
Browse files Browse the repository at this point in the history
…ndroid native.

Summary:
We plan to run experiment on offloading product tile image to fresco image on native to:
1. fix the bug where images in the Marketplace home feed play their “fade in” animation when they get in the viewport. This only happens on Android. [see video](https://www.internalfb.com/intern/px/p/4cS91)
2. This would tell us if we would get benefits from upgrading to the standard image control used on the News Feed.
More Details can be found [in this doc](https://docs.google.com/document/d/1JoDzdAzOnnPSbUsZI0eJQCZ7M29yuh_9eaC8SRuVvP0/edit?usp=sharing).

Differential Revision: D52850919

fbshipit-source-id: f086bae7597894fd27b1981d639d9390c9f42b9d
  • Loading branch information
Xianda Xie authored and facebook-github-bot committed Jan 25, 2024
1 parent ab1d169 commit 3b24c2f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ enum class Reason {
*/
SECTION_USED_WITH_OTHER_SECTIONS,

/**
* Used when creating new react native component bridges. currently the implementation only
* supports LithoSpec, integrating with KComponents ends up with a lot of rendering issues such as
* https://fb.workplace.com/groups/rn.support/permalink/25722856564002949/.
*/
REACT_NATIVE_BRIDGING,

/**
* 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 3b24c2f

Please sign in to comment.