-
Notifications
You must be signed in to change notification settings - Fork 46
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
Create Jetpack Compose Reference Assets #90
Comments
Relevant #89 |
Can I take on this issue? would love to get involved with this project |
Hi! I would like to take this on |
@chrischan325 Hey, thanks for your interest in contributing. Do you have enough context to get started? |
@brocollie08 I don't think so, first time looking at this project. Any additional context or helpful details would be great! |
I'd recommend first looking through this alongside building the android demo app, get a good sense of how Player works as a whole + android specific assets |
Currently the Android assets only contain traditional Android view based assets.
Alongside the Composable player patternization, it would be good to have a
ComposeReferenceAssetsPlugin
containing the same reference assets but as composables using the following patternAssets should be rendered with the following
compose
functionThe text was updated successfully, but these errors were encountered: