nolanlawson / blob-util

Cross-browser utils for working with binary Blobs
https://nolanlawson.github.io/blob-util
Apache License 2.0
503 stars 45 forks source link

help with react-native error #24

Closed npomfret closed 8 years ago

npomfret commented 8 years ago

I'm trying to use blob-util in a react native app on ios. I keep getting this error but can't figure out what to do

you're probably in an ios webworker. please include use beatgammit's base64-js

nolanlawson commented 8 years ago

Sorry, I'm really not familiar enough with React Native to understand what's going on here. Probably it's because window.atob and window.btoa don't exist in React Native.

npomfret commented 8 years ago

Thanks anyway. I just don't think it's possible at the moment.