diff --git a/native/app/Root.tsx b/native/app/Root.tsx index 1f420b64..d4033006 100644 --- a/native/app/Root.tsx +++ b/native/app/Root.tsx @@ -1,5 +1,5 @@ import * as SplashScreen from "expo-splash-screen"; -import { NavigationContainer, type NavigationContainerRef, type Theme, DefaultTheme, } from "@react-navigation/native"; +import { NavigationContainer, type NavigationContainerRef, type Theme, DefaultTheme } from "@react-navigation/native"; import { useEffect, useRef } from "react"; import { useWindowDimensions, Platform, Appearance } from "react-native"; import { enableFreeze, enableScreens } from "react-native-screens"; diff --git a/native/app/inventory/pages/InventoryPages.tsx b/native/app/inventory/pages/InventoryPages.tsx index d0924282..941922d3 100644 --- a/native/app/inventory/pages/InventoryPages.tsx +++ b/native/app/inventory/pages/InventoryPages.tsx @@ -64,7 +64,7 @@ export default function InventoryPages() { tabBarButton: (props) => ( { if (Platform.OS !== "web") { Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light); @@ -85,7 +85,7 @@ export default function InventoryPages() { tabBarButton: (props) => ( { if (Platform.OS !== "web") { Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light); @@ -106,7 +106,7 @@ export default function InventoryPages() { tabBarButton: (props) => ( { if (Platform.OS !== "web") { Haptics.impactAsync(Haptics.ImpactFeedbackStyle.Light);