Closed Mister-Hope closed 4 years ago
I have the same problem. Interestingly enough, the contact gets added successfully to device's contact list anyway.
I have the same problem. Interestingly enough, the contact gets added successfully to device's contact list anyway.
Then it seems to be a bug.
Are you seeing this for iOS? Android? Both?
I found an issue on Android. Try version 0.5.1
Only Android :sweat_smile: I am a poor guy who can not afford a mac
@Mister-Hope Did version 0.5.1 fix it?
In my project, when I call
Contacts.addContact(contact)
, it is working ,but whether I useawait
orthen
, the code below / call back funtion is not being called. Also, no message is given in the consoleI wounder if you could check it.