@Pavel_Duchovny,
Thanks for getting back to me!
It looks like object has enumerable or hidden members?
Printing out the object after JSON.stringify-ing it results in an empty object, but I can call app.logIn()
just fine. The user object app.logIn()
produces is also empty {}
, but logging user.id
prints out a UUID string, so I’m not quite sure why printing the user object would show an empty object {}
. Attempting to print the object’s keys and enumerable properties results in empty arrays, as well. Is this intended behavior?
Also, with regards to the app initialization – the typescript definitions seem like they don’t accept a “timeout” or “app” parameter, but including them doesn’t throw any errors or change any behavior from initial testing, so I’m not sure whether they’re required or not for React Native.
Hopefully these help others who are experiencing similar issues!