Replies: 2 comments
-
Hi @thisisgit, seems like it's the case only on iOS, on Android it already returns only name without any version. I'll convert this into a feature request |
Beta Was this translation helpful? Give feedback.
0 replies
-
@thisisgit I created #113 to support that use case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to have

name
field to only contain library name and add separate field calledversion
to contain its version?Right now, the
name
field has a format${name} (${version})
, which requires me to parse the string and remove version if I were to only use the name:Use case may be to display only library name in the list and only show the version & license content when user taps on the item.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions