Ted Mader
Results
21
comments of
Ted Mader
I am currently running this workaround on Tamagui 1.126.12: `app-sheet-scroll-view.tsx` ```tsx import { SheetScrollView } from 'tamagui'; export const AppSheetScrollView = SheetScrollView; ``` `app-sheet-scroll-view.android.tsx` ```tsx import { ScrollView } from...