alpha0010 / react-native-file-access

Filesystem access for React Native
MIT License
308 stars 22 forks source link

fix: writeFile base64string failed #61

Closed jamninetyfive closed 1 year ago

jamninetyfive commented 1 year ago

when base64 too long will add \r\n

so we need ignoreunknowncharacters https://developer.apple.com/documentation/foundation/nsdata/base64decodingoptions/1410087-ignoreunknowncharacters

alpha0010 commented 1 year ago

Thanks.