diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index 8952aaaa53..f346f420e9 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -234,8 +234,8 @@ export function BottomBar({navigation}: BottomTabBarProps) { {paddingBottom: clamp(safeAreaInsets.bottom, 15, 30)}, footerMinimalShellTransform, ]} - onLayout={e => { - footerHeight.value = e.nativeEvent.layout.height + onLayout={evt => { + footerHeight.set(evt.nativeEvent.layout.height) }}> {hasSession ? ( <>