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

🔐 Protected .ENVs variables in React Native 🚀✨

Results 33 react-native-keys issues
Sort by recently updated
recently updated
newest added

Current behavior Does not build in android and ios for new arch. Works well in old arch Android Error: Expected behavior CMake Error at CMakeLists.txt:52 (target_link_libraries): Target "react-native-keys" links to:...

The generatePassword function currently utilizes Math.random() to generate passwords. However, Math.random() is not a secure method for generating random numbers as it is a pseudo-random number generator, which is susceptible...

Hi @numandev1 , did u read react native nitro module from margelo? Can we try to use it? I can create a PR if u want! 😄

### Current behavior FAILURE: Build failed with an exception. * Where: Build file '/Users/justmac/Developer/personal/v-dating/node_modules/react-native-keys/android/build.gradle' line: 107 * What went wrong: A problem occurred evaluating project ':react-native-keys'. > react-native-keys: unable to...

Link: https://security.snyk.io/vuln/SNYK-JS-REACTNATIVEKEYS-10674028

## Summary Because RN >= 0.80 has extracted the example out of the core ## Changelog ## Test Plan

### Current behavior react-native-keys doesn't work on web ### Expected behavior react-native-keys should just work on web or fallback to anything else ### Platform - [X] Web ### Reproducible Steps...

### Current behavior ![Image](https://github.com/user-attachments/assets/a7266bf6-93bf-45cb-b7e3-630be1215b57) ### Expected behavior App should work in the debug mode with react-native-debugger ### Platform - [X] Android - [X] iOS ### React Native Version 0.75.4 ###...