Mohammad Rafigh

Results 34 comments of Mohammad Rafigh

Thank you for your great work @NathanWalker

@NathanWalker Is there any advice on how to use Nativescript platform specific files (aka. .android.ts and .ios.ts)? the build fails with current default configurations: `map.component.android.ts is missing from the TypeScript...

I'm going to make a PR both for Android and iOS.

I will update PR asap.

@Yermo Actually I'm using nativescript-mapbox and Mapbox GL JS in a shared project (schematics). So using the same API is preferred for me too. For sure I will try to...

Yes I tested, it just saves the picture in pictures folder. I may look into codes if you are ok

there is an open [issue](https://github.com/sindresorhus/wallpaper/issues/18) and a [PR](https://github.com/sindresorhus/wallpaper/pull/17) for that, it seems "wallpaper" module has some problems currently with some desktop environments like KDE, Gnome 2, Cinnamon... which desktop environment...

I agree, currently I'm trying to make a react native application for Raneto, not as a completely offline solution but as a client to get data from a Raneto server....

thanks laoshaw for reporting this issue. I tested what you mentioned. everything works fine with "-" and "_" but it's not working for "." actually because the url cannot contain...

ok I looked into the code and it's not regular but we can shim "." in the name of the file with replacing it with another character but it's just...