You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This callback prop is used by the parent component using the constructor to
96
78
// get a ref to the inner textInput element e.g. if we do
97
79
// <constructor ref={el => this.textInput = el} /> this will not
@@ -141,22 +123,10 @@ function Composer(
141
123
textAlignVertical="center"
142
124
style={[composerStyle,maxHeightStyle]}
143
125
markdownStyle={markdownStyle}
144
-
// /*
145
-
// There are cases in hybird app on android that screen goes up when there is autofocus on keyboard. (e.g. https://github.com/Expensify/App/issues/53185)
146
-
// Workaround for this issue is to maunally focus keyboard after it's acutally rendered which is done by useAutoFocusInput hook.
0 commit comments