c0der

Results 2 comments of c0der

Got the same problem and found a solution. In the documentation is this mentioned: > [https://svelte-native.technology/docs#tab-navigation](https://svelte-native.technology/docs#tab-navigation) > ![grafik](https://user-images.githubusercontent.com/80383107/221429835-52e6a551-d859-4e7a-8ef3-47f83001bcab.png) In order to use "@nativescript-community/ui-material-bottom-navigation" i had to install it via: ```...

I managed to use a SVG image with the native script plugin "@nativescript-community/ui-svg" . 1. Install the native script plugin: ``` ns plugin add @nativescript-community/ui-svg ``` 2. Register the components...