From 05b63848ea30eebd2e22efd60a9768aa46f8519b Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Sat, 23 Nov 2024 16:41:26 +0200 Subject: [PATCH] format:fix --- native/app/Root.tsx | 2 +- native/app/inventory/pages/InventoryPages.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/native/app/Root.tsx b/native/app/Root.tsx index 1f420b64d..d40330061 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 d09242827..941922d38 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);