facebook / facebook/litho

ListItem is deprecated in LauncherActivity.

Open
#765 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
7.8k
Forks
768
PR merge metrics
No merged PRs in 30d

Description

- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate

## Version
// Litho dependencies used

implementation 'com.facebook.litho:litho-core:0.39.0'
implementation 'com.facebook.litho:litho-widget:0.39.0'
kapt 'com.facebook.litho:litho-processor:0.39.0'

// SoLoader
implementation 'com.facebook.soloader:soloader:0.9.0'

// For integration with Fresco
implementation 'com.facebook.litho:litho-fresco:0.39.0'

// For testing
testImplementation 'com.facebook.litho:litho-testing:0.39.0'

## Issues and Steps to Reproduce

// ListItem is deprecated
`var component: Component = ListItem.create(c).build()`

## Expected Behavior
***Describe what you expected would happen.***

## Link to Code
Here is the link where the code resides.
[https://fblitho.com/docs/tutorial#2-your-first-custom-component](url)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.