feat: switch to local claude-code-acp package and remove screen transition animations

This commit is contained in:
Mohamed Boudra
2025-10-24 18:10:12 +02:00
parent dd4fa90c5a
commit 8d93eeb5c5
6 changed files with 110 additions and 553 deletions

View File

@@ -58,12 +58,10 @@ export default function RootLayout() {
<Stack
screenOptions={{
headerShown: false,
animation: "slide_from_right",
animationDuration: 250,
animation: "none",
gestureEnabled: true,
gestureDirection: "horizontal",
fullScreenGestureEnabled: true,
animationMatchesGesture: true,
}}
>
<Stack.Screen name="index" />