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
Android, I can access it's value from getSessionDetails function by typing sessionDetails.userId
iOS, it requires slightly different name: sessionDetails.userID (both capitals ID)
Just in case anyone faces some json string errors on login action, should pay attention on this.
It can easily be changed in /ios/RCTDigitsManager.m, line 127, to be like for Android, or vice versa :)
The text was updated successfully, but these errors were encountered:
Hi, there's one thing with getting user's id:
sessionDetails.userId
sessionDetails.userID
(both capitals ID)Just in case anyone faces some json string errors on login action, should pay attention on this.
It can easily be changed in /ios/RCTDigitsManager.m, line 127, to be like for Android, or vice versa :)
The text was updated successfully, but these errors were encountered: