Releases: eranbo/react-native-base64
Releases · eranbo/react-native-base64
Update readme
Binary encoder
Add support for encoding binary data using the .encodeFromByteArray(input) function
Error thrower
Removed the alert when not a valid base 64 string sent to decode.
Throw an error instead of the alert window
Change output from string to array
Improve performance when using array instead string