[Vuejs]-Nativescript resource images require iOS simulator reset

0👍

Try a clean build – stop any tns command already running and delete platforms folder then run the commands again.

If still doesn’t work, it may be the rendering mode so try setting iosIconRenderingMode to alwaysOriginal.

<TabView iosIconRenderingMode="alwaysOriginal">

Leave a comment