joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Fix usage of iOS deprecated method stringByAddingPercentEscapesUsingE… #861

Closed ingridwang closed 4 months ago

ingridwang commented 4 months ago

stringByAddingPercentEscapesUsingEncoding: was deprecated in iOS 9. Using the recommended replacement instead.

ingridwang commented 4 months ago

Hmm seems like this is no longer maintained. Closing this and submitting to the newer fork instead: https://github.com/RonRadtke/react-native-blob-util/