I'm using this library to fetch locations names, but while building on Android side it is giving me this error:
Type mismatch: inferred type is (Mutable)List<Address!>? but MutableList
was expected
Here is my environment
"react-native": "0.69.1"
"@timwangdev/react-native-geocoder": "^1.0.0-alpha.7"