Aleksey Mikhailov
Aleksey Mikhailov
hi! for our usage it's unecessary, but we open to pull requests from external contributors! :) we not have experience with macOS development, but i think it's very simmilar to...
macos support will be added in 0.14.0 with #127 issue (PR merged - #138)
https://github.com/vdmeer/svg2vector may help
vector graphics supported by both platforms out of box. for android it VectorDrawable and for ios it pdf. goal is implement support of this types of graphics. Or by auto-conversion...
can be helpful https://github.com/jcraane/kmm-images
@eddieSullivan hi! i check library with kotlin 1.7.0 and all works fine on version 0.20.1. you can check this sample project - https://github.com/Alex009/moko-resources-sample if you already use moko-resources 0.20.1 and...
why should be line with escaped \?
for now we not try SPM. but you can do SPM support in your project. This not require any changes inside plugin
on both platforms we can create vertical/horizontal guidelines: https://developer.android.com/reference/android/support/constraint/Guideline https://developer.apple.com/documentation/uikit/uilayoutguide if we add to common api guidelines support we support case from issue description
this issue is tied to the fundamental limitation of widget / factory separation. for this case we can create something like ``` rebuiltWidget(data) { value -> // here create widgets...