morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

Crash app when using writePhotoToPath in Android #746

Open LucasWilliams2622 opened 2 months ago

LucasWilliams2622 commented 2 months ago

I used the function writePhotoToPath to update avatar of the contact but i got this error

Screenshot 2024-09-14 at 21 26 01

here is my code:

 await Contacts.writePhotoToPath(
          updatedContactPartial.recordID,
          updatedData.avatar.uri,
        );

updatedContactPartial.recordID is a id in contact list updatedData.avatar.uri is file:///data/user/0/com.myappname/cache/12787931-c614-4812-bd88-09cba908e878.JPEG

the full file image:

{"name": "12787931-c614-4812-bd88-09cba908e878.JPEG", "type": "image/jpeg", "uri": "file:///data/user/0/com.myappname/cache/12787931-c614-4812-bd88-09cba908e878.JPEG"}