jahdiel

Results 2 comments of jahdiel

**Minor comment:** The bundling doesn't seem to work with older react and react-native versions. Had to update from `{ react: 16.13.1, react-native: 0.63.2 }` to `{ react: 17.0.2, react-native: 0.64.2...

This latest release broke my staging environemnt. My .env file has something similar to: ``` HOST="something" DOMAIN="https://${HOST}" ``` During deployment the dotenv-expand upgraded to the latest release and broke during...