diff --git a/app/_layout.tsx b/app/_layout.tsx
index 2abb980..5130169 100644
--- a/app/_layout.tsx
+++ b/app/_layout.tsx
@@ -6,6 +6,7 @@ import {
} from "react-native-paper"
import { StatusBar } from "expo-status-bar"
import { useEffect } from "react"
+import { GestureHandlerRootView } from "react-native-gesture-handler"
import { HabitsTrackerProvider } from "@/presentation/react/contexts/HabitsTracker"
import {
@@ -61,7 +62,9 @@ const RootLayout: React.FC = () => {
},
}}
>
-
+
+
+
diff --git a/app/application/habits/index.tsx b/app/application/habits/index.tsx
index daeb46d..1a8f487 100644
--- a/app/application/habits/index.tsx
+++ b/app/application/habits/index.tsx
@@ -30,7 +30,8 @@ const HabitsPage: React.FC = () => {
) : retrieveHabitsTracker.state === "error" ? (
<>
- Error: There was an issue while retrieving habits, please try again.
+ Error: There was an issue while retrieving habits, please try again
+ later.