Carlos Coloma
Results
1
comments of
Carlos Coloma
Until #166 is merged, you can use the [overrides field](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) on your package.json if npm is >=8.3.0 ``` { ... "dependencies": { ... "react-native-qrcode-svg": "^6.1.2", "react-native-svg": "^13.6.0", ... }, "overrides":...