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

Hi Guys, is possible to read env from keys to fastfile for fastlane feature? I've try with ENV["APPCENTER_KEY"] is not working yet, same way with react-native-config. Thanks in advance

Hello @numandev1. Based on the documentation, it seems possible in the Android manifest to only read public keys. But what about the Google Maps API? I do not want to...

## Summary Support pnpm package manager (from React Native 0.73 support pnpm, but doesn't yet support this library) ## Changelog Support pnpm package manager ## Test Plan works properly with...

## Summary change to weaker type definitions (partial revert commit bd74375bef2a618624c77d8be1bc0354460a502a) because current definition doesn't support below case - dev ```json { "public": { "OPTIONAL1": "test", "REQUIRE": "false" } }...

### Current behavior The application ran successfully without debug mode but when we ran debug mode we got the error "Invariant Violation: Module AppRegistry is not a registered callable module...

I want to make the challenge in workflow doc but when I tested apk the app doesn't work with secure key. Can you update a new apk. [https://drive.google.com/file/d/1tx-NoU5LJzSw78x27wFDMgzw5c74qLkR/view?usp=sharing](https://drive.google.com/file/d/1tx-NoU5LJzSw78x27wFDMgzw5c74qLkR/view?usp=sharing) More details...

Hello and thanks for your hard work! I'd like to suggest adding a keys file encryption feature to enhance secure storage in the repository. This could prove highly beneficial for...

enhancement

Hi, I hope your doing well, I added react-native-keys to my project everything works find in ios, but for android I can't build the project and I've got this error...

### Current behavior Installed the package, did pod install, created keys.development.json file with secure entries: ``{ "secure": { "APP_URL": "website-url.com", } } `` but I can't access them, they return...

When we use react-native-keys, we need to add multiple JSON files for multiple build variants. and this approach is similar to using Dotenv. with JSON, however, we can handle multiple...

Feature Request