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.

Picker does not respond when in Interactable.View

See original GitHub issue

So I have a Picker component inside an Interactable.View (it is for a pull-down screen with customer billing information, works something like notifications pull-down area on iOS). The Picker does not respond to touches, the Interactable.View just trembles and that’s all. I have checked that if I just replace the Interactible.View with regular View, all works well. Am I doing something wrong or is it a bug in the library? Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
LoyalBlocks-tzachicommented, Mar 27, 2017

Hi guys! I fixed most of the Android touch issues in this branch: https://github.com/wix/react-native-interactable/tree/androidFixes

I’ll appreciate if you can give feedback before I merge to master

The issue that still remains unresolved (I’m still working on it) is horizontal scroll inside horizontal moving interactable (or anything with horizontal drag like a slider)

0reactions
talkolcommented, Mar 30, 2017

Let’s do this the other way around… I’ll close and if the issue is still there please reopen

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Android] Touchables in Interactable.View · Issue #187 - GitHub
Hello, I'm currently facing an issue only on Android. When I press a touchable inside an Interactable.View it's never fired.
Read more >
Why does this SwiftUI Picker code not work? - Stack Overflow
ForEach types inside Picker should be aligned with selection type. Here is a corrected code that should work for you:
Read more >
How to fix a Form Picker or a NavigationLink that isn't tappable
If you have a NavigationLink or Picker that isn't working, this usually happens because in some situations SwiftUI expects the containing view ......
Read more >
Why is the value of the picker whe… | Apple Developer Forums
If my current value of the picker wheel is BUDGET, and I call the adjustToPickerWheelValue() method to change it to MISC, I will...
Read more >
Adding a Map and Markers to a React Application
because React does not do deep comparisons, a custom hook is used // see discussion in https://github.com/googlemaps/js-samples/issues/946
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