question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Pressable component within TouchableRipple

See original GitHub issue

Is your feature request related to a problem? Please describe. According to the feature request title, we would like to replace the currently used Touchables in favour of Pressable within TouchableRipple component.

Describe the solution you’d like Replace Touchables with Pressable within TouchableRipple

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
szymonrybczakcommented, Oct 3, 2022

I can do it 😀 Today I will create pull request for that.

1reaction
lukewalczakcommented, Oct 4, 2022

Hey @szymonrybczak let’s consider removing usages of that prop from components at all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TouchableRipple · React Native Paper
A wrapper for views that should respond to touches. Provides a material "ink ripple" interaction effect for supported platforms (>= Android Lollipop).
Read more >
React Native touchable vs. pressable components
In this article, we will discuss React Native's touchable and pressable components, using examples to identify the advantages and ...
Read more >
TouchableRipple onPress is not working with react navigation
I am using stack navigator in my app to navigate through different components. but here I am facing 2 different issues. issue (1)...
Read more >
How to add TouchableRipple to a View (Button, Text or any ...
Hi guys - I am searching for a way to swipe this view component larger. With swiping down it should cover 3/4 of...
Read more >
How to add a Touchable Ripple in react-native - GeeksforGeeks
Whenever the user touches the 'press me' text, a ripple effect will be ... We can use the TouchableRipple component directly from the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found