Closed yogesh-patel closed 9 years ago
woops, should be fixed now in v1.2.0
Just tried with v1.2.0, still same error I am getting.
check out the demo project: https://github.com/rt2zz/react-native-addressbook/blob/master/examples/AddressbookDemo/index.ios.js
there was an error before, but I fixed it, and it is definitely working for me in 1.2.0
Yes!!! its working.. Thank You :)
I tried to add contact (as mentioned in example) by using AddressBook.addContact(newPerson, (err) => { console.log("error::::::"+err)}); I am getting error each time. I checked permission , its 'authorized' and 'err' coming in callback is null.