react-native-keys
react-native-keys copied to clipboard
🔐 Protected .ENVs variables in React Native 🚀✨
Error: Exception in HostObject::get for prop 'Keys': java.lang.UnsatisfiedLinkError: dlopen failed: library "libcrypto.so" not found: needed by /data/app/~~vuvLa52lDkS3-mQAn_dZyA==/**{AppPackageName}**-xRMA9BDKRtV3xToqfFsIXg==/base.apk!/lib/arm64-v8a/libreact-native-keys.so in namespace clns-4
This commit updates the build.gradle file to dynamically determine ABI filters based on project requirements. Instead of relying on static ABI configurations, the `reactNativeArchitectures()` function is introduced to fetch ABI...
### Current behavior Hi guys I have a litter problem with the library, when I try to compile I have this error ``` FAILURE: Build failed with an exception. *...
Hi, We recently migrated from react-native-config to react-native-keys for improved security when handling environment variables in our React Native project. We loved the [TypeScript declarations](https://github.com/lugg/react-native-config?tab=readme-ov-file#typescript-declaration-for-your-env-file) that react-native-config offered Is there...
### Current behavior hello, i'm facing issue running android on monorepo project, can't run file because of wrong path of node_modules i have node_modules in monorepo root only, so is...
When trying to clear the build folder , Getting the error Exited with status code 127 - Ios
Description: A critical security vulnerability has been identified in the react-native-keys library (v1.x), which claims to securely store API keys by encrypting and embedding them in native code. However, due...
Sorry but the example that you make is with React Native 0.72. There is a stable version of 0.74, and your package is not working on it.
### Behavior - Turbo monorepo using pnpm. node_modules are in the root directory, react-native project is in apps directory of the root directory. - Set up everything according to the...
### Current behavior After installing react-native-quick-crypto with react-native-keys has error: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "EVP_PKEY_get_raw_private_key" referenced by "/base.apk!/lib/x86_64/libreactnativequickcrypto.so"..., The problem with decryptor.cpp and for...