ListItem is deprecated in LauncherActivity.
Devdtoo opened this issue · 0 comments
Devdtoo commented
- I have searched existing 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