fix render bug

This commit is contained in:
Boof2015
2026-07-02 15:25:51 -04:00
parent 428f6fc2fb
commit 114ce95945
+1 -1
View File
@@ -13,7 +13,7 @@ export default function TabsLayout() {
detachInactiveScreens
screenOptions={{
headerShown: false,
freezeOnBlur: true,
freezeOnBlur: false,
sceneStyle: { backgroundColor: colors.bgPrimary },
// Directional slide + cross-fade between tabs, following tab order.
animation: 'shift',