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
With the newest 2.5 version, I get a build error 'Cannot find symbol TimeZone' in RNAppAuthModule.java. And indeed, the import java.util.TimeZone is missing.
If I add the import, everything works perfectly fine.