paralleldrive / cuid2

Next generation guids. Secure, collision-resistant ids optimized for horizontal scaling and performance.
MIT License
2.67k stars 54 forks source link

feat: add textencoder polyfill for react native #41

Closed amritk closed 1 year ago

amritk commented 1 year ago

Closes #28 and #31

Added a polyfill for TextEncoder which doesn't seem to exist in the hermes JS engine used by expo/react-native

ericelliott commented 1 year ago

This more than doubles the size of the bundle, gzipped. I think it's better to include polyfill instructions in the documentation than to bloat the bundle with this. Should we do that, instead?

amritk commented 1 year ago

Sorry missed this, yea sure