linkedin / Spyglass

A library for mentions on Android
Apache License 2.0
387 stars 128 forks source link

How to use it with jetpack compose ? #136

Closed anthony-fresneau-kiplin closed 5 months ago

anthony-fresneau-kiplin commented 5 months ago

Is there a sample to use MentionsEditText in jetpack compose ?

nhibner commented 5 months ago

Sorry, there are no samples for using this with Jetpack Compose. This library was created a long time before Jetpack Compose existed and is essentially in maintenance mode. You may still be able to use it in Jetpack Compose via the interop functionality (described here). If someone would like to post a PR to add a sample to demonstrate this, please don't hesitate, I agree it would be good to have.