Andrew Mykhalchuk

Results 11 comments of Andrew Mykhalchuk

It seems like the issue is isolated only to iCloud stored files. While it's crossed on the plugin docs page it doesn't seem to be working properly in the current...

Looks like the plugin is deprecated and development on it is dead unfortunately. Going to be looking for alternatives.

Do we have an idea when this can be merged in and new version released?

Would be great to have support for `grid-gap` on `GridLayout` or `gap` on `FlexboxLayout` similarly to the web version of CSS so we can have a way to evenly space...

> Right now this feature is more important due to the iOs 13 dark mode. > Now by default, without specifing otherwise, in dark mode the Label color is white!,...

Any update on this issue? Or anyone know of an alternative?

This bug makes it impossible to use a barcode scanner on nativescript currently as other solutions like `https://market.nativescript.org/plugins/@nstudio/nativescript-barcodescanner/` are also out of date and won't function properly

> Hey. From my experience with image picker packages, are they not supposed to only work with local data? When you are uploading to iCloud to save device storage the...

It appears that setting `copyToAppFolder: 'media'` on ``` let videoPicker = imagePickerPlugin.create({ mode: 'single', mediaType: ImagePickerMediaType.Video }); ``` can help avoid app crash. Crashed only once during my testing in...

> No, it returns error `Error copying file: Error: file is directory` and there's no `path` prop on selected asset