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
when multiline param is set and numberOfLines is defined it does not automatically adjusts itself to match height of text
Screen.Recording.2025-12-03.at.3.55.59.PM.mov
current comp
<PasteInputref={inputRef}disableCopyPaste={false}onPaste={onPaste}style={[{ color },styles.input]}multiline={true}numberOfLines={5}placeholder="This is a PasteInput"submitBehavior="newline"underlineColorAndroid="transparent"keyboardType="default"disableFullscreenUI={true}textContentType="none"autoComplete="off"smartPunctuation="disable"/>
when multiline param is set and numberOfLines is defined it does not automatically adjusts itself to match height of text
Screen.Recording.2025-12-03.at.3.55.59.PM.mov
current comp