Ripple from Pressable component shows up from the location of the previous click
Ripple from Pressable component shows up from the location of the previous click and exceeds the component
Description
Ripple from Pressable component shows up from the location of the previous click and exceeds the component (wrapping it in View with 'overflow: hidden' is not a solution in my case, because in my project I need it without wrapping in View)
React Native version:
System: OS: macOS 11.1 CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz Memory: 247.13 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 14.16.1 - /usr/local/bin/node Yarn: Not Found npm: 6.14.12 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.1 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4 Android SDK: API Levels: 29, 30 Build Tools: 28.0.3, 29.0.2, 30.0.3 System Images: android-29 | Intel x86 Atom_64, android-29 | Google Play Intel x86 Atom, android-30 | Google APIs Intel x86 Atom Android NDK: Not Found IDEs: Android Studio: Not Found Xcode: 12.5/12E262 - /usr/bin/xcodebuild Languages: Java: 1.8.0_282 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: ~17.0.0 => 17.0.2 react-native: 0.64.1 => 0.64.1 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps To Reproduce
First, please click on the top left corner and then on the bottom right corner. On the second click you will notice that ripple starts from the top left corner and not the bottom right corner. Additionally, ripple extends beyond the pressable edges.
Expected Results
Ripple should start from where you clicked, not where you clicked before and it should not protrude beyond the pressable edges
Snack, code example, screenshot, or link to a repository:
https://snack.expo.io/qk-01fiLW
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.