fix(app): use gesture handler ScrollView in tool call sheet

This commit is contained in:
Mohamed Boudra
2026-01-10 23:51:06 +07:00
parent 3ea26d7504
commit 9048198045

View File

@@ -6,7 +6,8 @@ import React, {
useRef,
ReactNode,
} from "react";
import { View, Text, Pressable, ScrollView } from "react-native";
import { View, Text, Pressable } from "react-native";
import { ScrollView } from "react-native-gesture-handler";
import { StyleSheet } from "react-native-unistyles";
import { Fonts } from "@/constants/theme";
import {