From 3d542ef3ad9f26a9363240b7931342b97859dbcd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 14 Apr 2026 19:13:56 +0300 Subject: [PATCH] comment out textInputNativeID --- src/screens/Messages/components/MessagesList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Messages/components/MessagesList.tsx b/src/screens/Messages/components/MessagesList.tsx index 494b487238..08b96a9cc7 100644 --- a/src/screens/Messages/components/MessagesList.tsx +++ b/src/screens/Messages/components/MessagesList.tsx @@ -390,7 +390,8 @@ export function MessagesList({ interpolator="ios" // HACKFIX: https://github.com/kirillzyusko/react-native-keyboard-controller/issues/1419 offset={Math.round(inputHeightJS)} - textInputNativeID={textInputId} + // slightly too buggy unfortunately, enable when possible + // textInputNativeID={textInputId} style={[a.flex_1]}> {/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */}