lyubo / react-native-sodium

ISC License
61 stars 46 forks source link

new package: react-native-libsodium #53

Open nikgraf opened 1 year ago

nikgraf commented 1 year ago

Since this package build on top of the old ReactNative bridge and doesn't seem to be maintained I created a new package using JSI

https://github.com/SerenityNotes/react-native-libsodium https://www.npmjs.com/package/react-native-libsodium

Feedback and help is very welcome!

Ding-Fan commented 1 year ago

Thank you for your efforts. Are there any guide on migrating from react-native-sodium to react-native-libsodium? Is it just about uninstalling sodium and installing libsodium?

nikgraf commented 1 year ago

@Ding-Fan it's quite different since we try to match the official libsodium JS build libsodium-wrappers. So all the exposed functions have different arguments, matching https://www.npmjs.com/package/libsodium-wrappers