morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.64k stars 560 forks source link

Malformed calls from JS: field sizes are different. #607

Closed aman-singh-unthinkable closed 3 years ago

aman-singh-unthinkable commented 3 years ago

Simulator Screen Shot - iPhone 11 - 2021-04-01 at 13 27 45 Issue in iOS only

code 👇

Screenshot 2021-04-01 at 1 39 10 PM
muhammada86 commented 3 years ago
Contacts.getAll()
    .then((contacts) => {
      // work with contacts
    })
    .catch((e) => { //handle error })

use this code after version 6 ...

found answer from stackoverflow https://stackoverflow.com/questions/65222168/malformed-calls-from-js-field-sizes-are-different-8-39-4-0

github-actions[bot] commented 3 years ago

This issue is stale, please provide more information about the status