Renso3x
Results
3
comments of
Renso3x
any fixes for this in react-native?
Any solution for this issue? I have also experience it on android development.
Facing similar issue with v6 1. Using `IdentifyUser` to update the endpoint: ```javascript await identifyUser({ userId: email, userProfile: { name: (user?.given_name ?? userProfile?.givenName) as string, email, customProperties: { organizationName: [staffSession.oName],...