LucasWilliams

Results 3 issues of LucasWilliams

I can't print Vietnamese with accents, I tried printing "â ă đ ạ ậ ườ "but the result is Chinese characters and ?

I used the function writePhotoToPath to update avatar of the contact but i got this error here is my code: ``` await Contacts.writePhotoToPath( updatedContactPartial.recordID, updatedData.avatar.uri, ); ``` updatedContactPartial.recordID is a...

question