Natalia MS
Natalia MS
+1
For me, the solution was to update in the package.json: ``` "resolutions": { "@types/react": "18.0.24", "@types/react-dom": "18.0.2" } ```
For me, it was this: kotlinVersion = { -> "1.8.0" } --> Changed to this: kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.24'
This seems related to caching, as it occurs locally but not in the pipeline, which makes it challenging to create the repository
> Getting this error when `axios` throws its AxiosError I fixed it this way: `console.error("Error setting Axios incerceptors", _.toString(error));`
@Satyam-code143 did you solve it?
I have the same problem, any ideas on how to fix it? expo: 52.0.35 react-native: 0.76.7