Questions tagged [pressable]

For questions related to React-Native's Pressable component

32 questions
0
votes
2 answers

How to configure the ripple color for a React Native Pressable?

The docs mention that the property android_ripple takes an argument of type RippleConfig, but when you click the link for RippleConfig you get a 404. Doc page: https://reactnative.dev/docs/pressable/#android_ripple-android
Slbox
  • 10,957
  • 15
  • 54
  • 106
-1
votes
0 answers

Clickable a part of a photo

How to make a part of a photo clickable in React Native? For example, if we want to go to one page by clicking on half of the photo and enter another page by clicking on the other half of the photo, As in web design, we do this by specifying the…
1 2
3