halfnelson / svelte-native

Svelte controlling native components via Nativescript
MIT License
1.82k stars 78 forks source link

Navigation problem inside tabs #264

Open uzarsalan opened 2 years ago

uzarsalan commented 2 years ago

Hello! I've found a problem with navigation when frame is inside tab. It seems navigate uses by default last navigated frame instead parent frame. So when i've navigated inside one tab, then switched to another one, navigation doesn't work anymore, trying to navigate using frame in previous tab. I know that i can set navigation frame as a property of navigation, but i think that using parent frame by default is what developer expect from navigate