CirclesUBI / circles-mobile

Circles react-native mobile client
GNU Affero General Public License v3.0
7 stars 2 forks source link

Attempted to transition from state `RESPONDER_INACTIVE_PRESS_IN` to `RESPONDER_ACTIVE_LONG_PRESS_IN` #44

Closed edzillion closed 5 years ago

edzillion commented 5 years ago

[14:57:26] 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.

  • node_modules\expo\build\logs\LogSerialization.js:146:14 in _captureConsoleStackTrace
  • node_modules\expo\build\logs\LogSerialization.js:41:24 in Object.serializeLogDataAsync$
  • ... 9 more stack frames from framework internals

This comes up in various places when navigating after a button click.

edzillion commented 5 years ago

Fixed by Ashoka