comment out textInputNativeID
This commit is contained in:
@@ -390,7 +390,8 @@ export function MessagesList({
|
|||||||
interpolator="ios"
|
interpolator="ios"
|
||||||
// HACKFIX: https://github.com/kirillzyusko/react-native-keyboard-controller/issues/1419
|
// HACKFIX: https://github.com/kirillzyusko/react-native-keyboard-controller/issues/1419
|
||||||
offset={Math.round(inputHeightJS)}
|
offset={Math.round(inputHeightJS)}
|
||||||
textInputNativeID={textInputId}
|
// slightly too buggy unfortunately, enable when possible
|
||||||
|
// textInputNativeID={textInputId}
|
||||||
style={[a.flex_1]}>
|
style={[a.flex_1]}>
|
||||||
{/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */}
|
{/* Custom scroll provider so that we can use the `onScroll` event in our custom List implementation */}
|
||||||
<ScrollProvider onScroll={onScroll}>
|
<ScrollProvider onScroll={onScroll}>
|
||||||
|
|||||||
Reference in New Issue
Block a user