Skip to content
New issue

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

ListItem is deprecated in LauncherActivity. #765

Open
1 task done
Devdtoo opened this issue Feb 4, 2021 · 0 comments
Open
1 task done

ListItem is deprecated in LauncherActivity. #765

Devdtoo opened this issue Feb 4, 2021 · 0 comments

Comments

@Devdtoo
Copy link

Devdtoo commented Feb 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant