callstack / callstack/react-native-paper

`TextInput`: setting `activeUnderlineColor` to `"transparent"` makes the `TextInput` unable to receive touch events

Abierto
#4,843 0 comentarios 0 reacciones 0 asignados Ver en GitHub
bug
Lenguaje dominante
TypeScript
Estrellas
14.5k
Forks
2.2k
Merge medio
5 d 23 h
PR fusionados (30 d)
12

Descripción

### Current behaviour
Touch events are not registered.

I believe this is related to the New Architecture, per [this issue filed on React Native](https://github.com/facebook/react-native/issues/50465). However, the resolution to this issue was that this is expected behavior, so this is still a bug here.

### Expected behaviour
Touch events should register.

### How to reproduce?
Create a `TextInput` and set the `activeUnderlineColor` to `"transparent"`. (Even a very light gray seems to trigger the issue.)

### Preview

### What have you tried so far?

### Your Environment

| software | version
| --------------------- | -------
| ios | 18
| android | 16
| react-native | 0.79.3
| react-native-paper | 5.14.5
| node | x.x.x
| npm or yarn | x.x.x
| expo sdk | x.x.x

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.