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
Somehow the context is getting dropped *some of the time*, so that
`this` becomes undefined inside `onResponderGrant`. Binding the
methods to the instance fixes the issue.
It's unclear how it's only happening some of the time -- usually
binding issues will become immediate apparent with React -- so my
best guess is there's some detail inside the React Native system
where the context can be dropped.
0 commit comments