Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

117
Vistas
How can we use style prop in TouchableWithoutFeedback or TouchableWithNativeFeedback?

I want to give some style to the TouchableWithNativeFeedback , The style prop doesnot work although it works fine with the TouchableOpacity but it wont work with the native feedback. Is there any way we can make it work. I found a solution but I dont want to do it is there any other way.

The solution that I found in github.

link :

https://github.com/facebook/react-native/issues/8307

Answer:

I was having the same issue. But I wrapped the TouchableWithoutFeedback element with a view and styled the view instead. And I wrapped everything inside the TouchableWithoutFeedback with another view with a style identical to the parent view. This seems to have fixed it for me.

Thank you.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

This is not possible, since TouchableWithNativeFeedback does not have a style prop. This is documented here in the documentation.

The recommended pattern is the one you do not want to use (for whatever reason).

// the styling in the view of the child of TouchableWithoutFeedback
<TouchableWithoutFeedback onPress={onPress}>
   <View style={styles.button}>
     <Text>Touch</Text>
   </View>
</TouchableWithoutFeedback>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda