I'm following the NativeScript tutorial, but when I'm trying to load the image with res:// is not working with iOS.
<Image src="res://logo" stretch ="none" />
The file is in the App_Resources/iOS/logo.png
UPDATE:
Now works:
1.- Uninstall the app from the device/emulator
2.- Then do a new tns build ios
to get a fresh build