craftzdog / react-native-quick-base64

A fast base64 module for React Native
MIT License
362 stars 24 forks source link

New Architecture Support #38

Open nickvgn opened 5 months ago

nickvgn commented 5 months ago

Any plans on supporting the new architecture? It is enabled by default in the next version of React Native 0.74. There is a discussion taking place here among other library authors migrating their library as well

iliapnmrv commented 5 days ago

Hey! I've managed to move completely from this library in favor of rn-quick-crypto. At least it supports new architecture. I use btoa without any imports and it works perfectly for me

btw that's what i've found in rn-quick-crypto library https://github.com/margelo/react-native-quick-crypto/issues/18#issuecomment-2065394175

TowhidKashem commented 2 days ago

Hey! I've managed to move completely from this library in favor of rn-quick-crypto. At least it supports new architecture. I use btoa without any imports and it works perfectly for me

btw that's what i've found in rn-quick-crypto library margelo/react-native-quick-crypto#18 (comment)

@iliapnmrv Nice, thanks for sharing that! am I right in understanding that the latest version of rn-quick-crypto is much faster at base64 encoding and decoding than this lib (react-native-quick-base64)?

iliapnmrv commented 1 day ago

@TowhidKashem as I understand yes, it is much faster