numandev1 / react-native-keys

🔐 Protected .ENVs variables in React Native 🚀✨
MIT License
304 stars 25 forks source link

fix: add check for os shell in RNkeys.gradle file #48

Closed mosesgameli closed 11 months ago

mosesgameli commented 1 year ago

Summary

Fixes an issue where build fails on windows.

Added a check to determine os shell before executing exportCommand in the loadKeys function.

Changelog

[CATEGORY] [TYPE] - Message

Test Plan