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
Commit 2c0a54 introduced self instead of window but this breaks in React Native - self is undefined. Maybe a different require implementation or something... window works (as of v2.1.0).
Commit 2c0a54 introduced
selfinstead ofwindowbut this breaks in React Native -self is undefined. Maybe a differentrequireimplementation or something...windowworks (as of v2.1.0).