Igor Randjelovic

Results 388 comments of Igor Randjelovic

See https://github.com/NativeScript/NativeScript/pull/8996/files and try applying the change to your webpack config. This is for ios. Android fix is unknown at the moment.

I'm not aware of an open issue (apart from this one I guess) just the PR that's pending as we have to find the issue on android.

@sido420 ios seems to be working in latest version, but I couldn't find the issue on android - spent a few hours debugging & everything looks correct - except it...

@Epse https://github.com/NativeScript/android-runtime/pull/1672 should be fixed in 8.1.0 soon. And a heads up, debugging issues like these takes a while - and can end up being a lesser priority than bugs...

@Epse no worries. I understand the frustration, I do experience it from both sides (maintainer and consumer), we'll try to label issues sooner and better. It is one of our...

@DimitrisRK sure give it a go - I can help review PR, suggest changes etc. I did not run into hmr issues with the new setup, but I don't use...

@jarrodwhitley if you are using typescript, make sure you have `@nativescript/types` installed. If you are using just js - you need to strip these types from the code, as they...

Seems like ios no longer creates these folders by default - the paths are returned in the native apis, but core checks if the returned path exists before returning a...

Yep the path returned by `NSSearchPathDirectory.DownloadsDirectory` points to the apps own directory - which does not have a `Downloads` folder in there: ![image](https://user-images.githubusercontent.com/879060/153630508-297d4f15-aec1-4d9d-a4af-7db1baa80732.png) I believe we _can_ create folders here...