Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Android error on flatlist item that has Touchable #3

Open
plrdev opened this issue Dec 8, 2017 · 2 comments
Open

Android error on flatlist item that has Touchable #3

plrdev opened this issue Dec 8, 2017 · 2 comments

Comments

@plrdev
Copy link

plrdev commented Dec 8, 2017

I have a flatlist with an item like this:

  <Touchable onPress={() => this.props.onPress()} background={Touchable.SelectableBackground()}>

It usually works, but sometimes I get this error:

Attempted to transition from state RESPONDER_INACTIVE_PRESS_IN to RESPONDER_ACTIVE_LONG_PRESS_IN, which is not supported. This is most likely due to Touchable.longPressDelayTimeout not being cancelled.

@HZSamir
Copy link

HZSamir commented Jan 28, 2018

@eduplus I'm guessing you're debugging your app over Chrome Debugger, as this is a bug that appears often with it
Nothing you can do about it. Either reload your app each time this happens, or do debug JS remotely
I agree it's bit vexing

@plrdev
Copy link
Author

plrdev commented Jan 29, 2018

Yeah debugging with Chrome. If it only happens during debugging, then that's fine I guess.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants