1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00

Fix toggle navigation for a screen not refrecting in the app preview

This commit is contained in:
Andrew Kingston 2022-04-27 13:28:17 +01:00
parent 84d5d69aa8
commit 14bd507566

View file

@ -60,6 +60,9 @@ const createScreenStore = () => {
title: activeScreen.navigation ?? $appStore.application?.name,
}
}
if (!navigationProps.navigation) {
navigationProps.navigation = "Top"
}
}
activeLayout = {
_id: "layout",