We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 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'
// ListItem is deprecated var component: Component = ListItem.create(c).build()
var component: Component = ListItem.create(c).build()
Describe what you expected would happen.
Here is the link where the code resides. https://fblitho.com/docs/tutorial#2-your-first-custom-component
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: