react-native-sodium
react-native-sodium copied to clipboard
I might be missing something here and it might be an obvious reason, but so far it seems to be randomly loosing this file for Android at this location ```...
This allows to use the package as a plugin when using `expo-dev-client`. Here an example in their documentation https://docs.expo.dev/development/getting-started/#customizing-your-runtime
```AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: library "libsodium.so" not found: needed by /data/app/com.exemple/lib/x86/libsodium-jni.so in namespace classloader-namespace``` When I use version 0.3.9 on the M1 and get an error on IOS when I...
This will add crypto_box_seed_keypair that allows to derive a key pair from a seed key. Add type for to the new function and fix typo on types. This was proposed...
For a system that I try to port from regular libsodium to react native I am missing following functions: - `crypto_kdf_derive_from_key` - `crypto_scalarmult_base` - `crypto_scalarmult` It has slightly low priority...
This fixes my issue in #44 This Podspec configuration maps paths starting from the given base directory. Otherwise, the header paths are flattened. I believe it is specific to "use_frameworks!"...
Hello, I am trying to integrate react-native-sodium into our company's application. However, I am running into an issue in the file "sodium.h". After I run npm install and follow pod...
We implemented helpers that are similar to `libsodium.js` helpers. Eventually, those should be probably used instead of platform-specific base64 tools for input/output.
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...