tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
407 stars 280 forks source link

[Android] RegisterIdentifiedUser promise does not return the resolved value on the first call. #470

Closed hancandice closed 2 years ago

hancandice commented 2 years ago

In Android, when registerIdentifiedUser is first executed, (For example, when the user logged in after logging out) the Intercom content is not resolved and shows loader infinitely. But, when the user reload app again, it starts to work without any problem, so I wonder if there is an error in the Android code for handling this.

FYI, iOS doesn't have this issue