3rror404
3rror404
@NathanaelA @enchev I could really use this feature. Is this likely to happen?
+1. Using the Animation module for simple tasks like transitioning a background colour can be cumbersome.
I'm also experiencing a similar error using the same versions as mentioned above, with the latest version of @nativescript/image-picker ``` JS: CONSOLE LOG: Error -> Error: java.lang.RuntimeException: setDataSource failed: status...
Workaround is to use the `copyToAppFolder` setting. ``` let context = imagePicker.create({ mode: "multiple", mediaType: 2, copyToAppFolder: 'temp-images' }); ```