Henry Chavez

Results 27 comments of Henry Chavez

@alexandruantonica if you are still looking for lazy-loading implementation, you should check the [repo](https://github.com/armpogart/nativescript-bug-repo/tree/master) that @armpogart prepared

@armpogart ok got it, I tested in both platform Android/iOS but I'll wait a couple of seconds to see the crash, also can you provide me the version of the...

Hi @alexisconsuegra you can use a nested frame to accomplish this, here in the link u can find more information https://docs.nativescript.org/core-concepts/nested-navigation

@eugenevdm sorry I need to update the demo but this code will help u ``` ```

Basically with the new BottomNavigation component u can use a custom bottom navigation bar, so that's what I'm doing in the code I let you. Now if you want nested...

GReat that should do the work but, I recommend you to use the new bottom navigation component and this bottom navigation bar so you can remove those v-if, basically the...