react-native-sodium
react-native-sodium copied to clipboard
new package: react-native-libsodium
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!
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 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