You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"