From 565d3f985c9f501425ef1ba041664502d98f5d18 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 27 Mar 2026 15:51:39 +0000 Subject: [PATCH] test pr --- samples/expo/app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/expo/app/_layout.tsx b/samples/expo/app/_layout.tsx index 743acbc888..847f47ae4d 100644 --- a/samples/expo/app/_layout.tsx +++ b/samples/expo/app/_layout.tsx @@ -126,7 +126,7 @@ function RootLayout() { ...FontAwesome.font, }); - // Expo Router uses Error Boundaries to catch errors in the navigation tree. + // Expo Router uses Error Boundaries to catch errors in the navigation tree. test useEffect(() => { if (error) { throw error;