Open mehdirazajaffri opened 3 years ago
<OutlinedTextField ref={fieldRef} baseColor="rgba(255, 255, 255, 0.7)" errorColor={theme.textErrorColor} textColor={theme.textColor} tintColor={theme.brandPrimary} onChangeText={() => {}} multiline={true} numberOfLines={20} />
the field height is not being increased with the numberOfLines, can anyone help me in this ?
<OutlinedTextField ref={fieldRef} baseColor="rgba(255, 255, 255, 0.7)" errorColor={theme.textErrorColor} textColor={theme.textColor} tintColor={theme.brandPrimary} onChangeText={() => {}} multiline={true} numberOfLines={20} />
the field height is not being increased with the numberOfLines, can anyone help me in this ?