ListItem is deprecated in LauncherActivity.
- 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
Assessment
This issue has not been assessed yet.