achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
128 stars 13 forks source link

fix: sharing text with newline on iOS #22

Closed achorein closed 4 months ago

achorein commented 4 months ago

Summary

Swift JSON encoder (JSONEncoder().encode) correctly espace unicodes characters but not new lines \n that break json format :

{ "text: "this my
testing string"}

Todo

Issue

https://github.com/achorein/expo-share-intent/issues/20