Thomaz Capra
Thomaz Capra
Workound to fix it here: https://github.com/facebook/create-react-app/issues/12132#issuecomment-1130249584
While this issue is not fixed, I did a workaround to solve it. The problem seems to be starting with the lib `@svgr/webpack 4.0.0 - 5.0.0`.  If you are...
> In my case, my overrides in package.json should be > > "overrides": { "@svgr/webpack": "^6.2.1" }, "To make this limitation easier to deal with, overrides may also be defined...
Is this repo being mantained by someone?
Same error here when executing `./gradlew assembleDebug` name | version -- | -- react-native | 0.64.2 react-native-reanimated | 2.9.1 NodeJS | 16.15.0 Gradle | 6.8
> Should be fixed by [v13.6.3](https://github.com/react-native-webview/react-native-webview/releases/tag/v13.6.3) I can confirm, in the `v13.6.1` the error is happening, the `v13.6.3` everything works fine :). Thanks.