You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
need simple styling for label component (bold, italic, underline) with Markdown or HTML. It can be implemented with SpannedText in Android with fromHtml() method.
The text was updated successfully, but these errors were encountered:
Given that on Android fromHtml() is just a helper for turning a specific subset of html into SpannedText which is an API and not tied to any specific markup.
On the implementation side of things there is already for example a Android and iOS library Bypass that would handle this, though for Android it uses the NDK which is not ideal, but its still likely to be small in size impact on the apk.
need simple styling for label component (bold, italic, underline) with Markdown or HTML. It can be implemented with
SpannedText
in Android withfromHtml()
method.The text was updated successfully, but these errors were encountered: