Using the waitForRender option with a SideMenu doesn't work.
Navigation.setDefaultOptions({
animations: {
setRoot: {
waitForRender: true
}
}
})
Navigation.setRoot({
root: {
sideMenu: {
left: {
component: {
name: "av.MenuContainer"
}
},
center: {
stack: {
id: "k",
children: [
{
component: {
name: "av.NavBarContainer",
passProps: {}
}
}
]
}
}
}
}
})
Navigation.setDefaultOptions({
animations: {
setRoot: {
waitForRender: true
}
}
})
Navigation.setRoot({
root: {
stack: {
id: "k",
children: [
{
component: {
name: "av.NavBarContainer",
passProps: {}
}
}
]
}
}
})
I am experiencing the same issue with bottomtabs
also. Any progress on this issue?
@guyca Please fix this as we are experiencing same... Thx!
@didrikkvanvik bottomtabs should be fixed by #6689
Should be fixed in 7.2.0
Most helpful comment
I am experiencing the same issue with
bottomtabs
also. Any progress on this issue?