diff --git a/apps/mobile/src/features/projects/AddProjectScreen.tsx b/apps/mobile/src/features/projects/AddProjectScreen.tsx index 841b96f70e2..58fc10529d9 100644 --- a/apps/mobile/src/features/projects/AddProjectScreen.tsx +++ b/apps/mobile/src/features/projects/AddProjectScreen.tsx @@ -112,7 +112,12 @@ function AddProjectShell(props: { readonly children: ReactNode }) { const insets = useSafeAreaInsets(); return ( - + // collapsable={false} is load-bearing: if this wrapper is flattened, the + // ScrollView lands directly under RNSSafeAreaView and RNS's formSheet + // scroll-view frame correction mistakes this full-height wrapper for a + // "header" sibling, coercing the ScrollView to zero height (blank sheet + // as soon as the sheet re-lays-out, e.g. when the keyboard opens). +