numandev1 / react-native-keys

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

fix: change to weaker type definitions #74

Open YangJonghun opened 8 months ago

YangJonghun commented 8 months ago

Summary

change to weaker type definitions (partial revert commit bd74375bef2a618624c77d8be1bc0354460a502a) because current definition doesn't support below case

- prod
```json
{
  "public": {
    "OPTIONAL2": "test",
    "REQUIRE": "false"
  }
}

above case we met type error

Changelog

change to weaker type definitions

Test Plan