react-native-sodium icon indicating copy to clipboard operation
react-native-sodium copied to clipboard

new package: react-native-libsodium

Open nikgraf opened this issue 2 years ago • 2 comments

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!

nikgraf avatar Dec 13 '22 10:12 nikgraf

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?

Ding-Fan avatar May 19 '23 07:05 Ding-Fan

@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

nikgraf avatar May 19 '23 11:05 nikgraf