JongHan Leem

Results 3 issues of JongHan Leem

# Why In React Navigation, `` and `` share the same navigation api: `jumpTo`. It seems reasonable that both have the consistent behavior for the `replace` navigation. For example, ``...

bot: passed checks

## Link to issue ## Resolves #491 ## Description of changes being made ## - Change the order of merging multiple variables to: 1. Default env file (.env) 2. Local...

The documentation for this library mentions that it follows the `dotenv-flow` for multi-environment variable loading. ([link](https://github.com/goatandsheep/react-native-dotenv/tree/main?tab=readme-ov-file#multi-env)) However, I've noticed a minor difference when compared to the `dotenv-flow`. According to the...