c0der
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) >  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...