mirror of
https://github.com/status-im/react-native-config.git
synced 2026-08-30 22:21:13 +00:00
Fixed the regex - it caused syntax error in generated BuildConfig.java file when quotes were used in the `.env` file. `export VAR1="aa bb cc"` caused
```
/BuildConfig.java:15: error: unclosed string literal
public static final String VAR1 = "aa bb cc"";
^
1 error
```