Kunal Verma
Kunal Verma
@schroepf @apptekstudios ``` extension StringResource { var localizedStringKey: LocalizedStringKey { LocalizedStringKey(key) } var text: Text { Text(localizedStringKey) } } ``` This gives back the key name for me, rather than...
The above changes don't work as it is with some assets in libraries/pods if you use R.Swift in those... Minor changes are needed for that (add bundle).. ``` public extension...
@GINNOV I'll be working on it soon.
Yeah.. Maybe a different branch, without the keys?
@vineetchoudhary Any estimated when, you'll be able to add this? Basically a way to add own keys/config for Dropbox, MailGun, Tiny etc.. Btw.. Thanks for such an awesome project!
That can allow the library to plot charts like this -  Right now to support something like this multiple charts needs to be created and overlayed in ZStack, which...
Also related to this is it possible to pin the Y-Axis to the screen and only let the X-Axis scroll? The Y-Axis should not go out of screen but remain...
Current -  Desired - 
Any updates on this? This would really help in debugging test case failures..