android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.87k stars 4.71k forks source link

TextDelegate still not supported for Compose #661

Closed MurilloMaciel closed 2 years ago

MurilloMaciel commented 2 years ago

I'm having troubles trying to change dynamically some texts of my json animation. In old ways, with View, we had TextDelegate to handle this problem, but for Lottie in JetPack Compose we still doesn't.

riggaroo commented 2 years ago

Hi!

This issue seems unrelated to the compose-samples repository directly, issues here are reserved for bug reports within the compose-samples apps or feature requests for the sample apps.

For questions related to Jetpack Compose - we recommend asking them on StackOverflow with the android-jetpack-compose tag.

If you find an issue or have a feature request with an Android Jetpack Compose components, report it using the Jetpack Compose issue tracker.