You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, fyi I noticed that the TouchableMovementMethod doesn't propagate events to the LinkMovementMethod always (e.g. event.action == MotionEvent.ACTION_DOWN) . This makes traditional URLSpans to not work.
Hi, fyi I noticed that the
TouchableMovementMethoddoesn't propagate events to the LinkMovementMethod always (e.g.event.action == MotionEvent.ACTION_DOWN) . This makes traditionalURLSpans to not work.