Gael Huot

Results 3 comments of Gael Huot

We fixed it using this in our package.json : ` "resolutions": { "**/ua-parser-js": "0.7.28" } `

It happened to me while trying to compile with SDK 33. The error comes from GeocoderModule.kt:45 ``` [...] if (swLat != null && swLng != null && neLat != null...

I made a fork including a quick-fix for API 33 only until I make something cleaner for a pull-request https://github.com/gaelhuot/react-native-geocoder-reborn ``` "dependencies": { ... "@timwangdev/react-native-geocoder": "https://github.com/gaelhuot/react-native-geocoder-reborn", ... } ```