inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
64 stars 21 forks source link

LocationPicker minor bugs #1224

Closed kueda closed 4 months ago

kueda commented 7 months ago

Stub for a few things that bother me in addition to #1077. Most of these are only apparent in the field, sadly.

budowski commented 6 months ago

Couldn't recreate some of these issues, fixed others. Note - the "zoom too quickly" issue is still occurring, seems like the onRegionChangeComplete callback of the MapView component gets triggered multiple times for semi-older values, when zooming out quickly (we basically set the MapView's region while zooming out, but if this happens too quickly, while the user zooms out again, that callback gets triggered again, based on older values - so it seems like some sort of race condition within the MapViewcomponent.

albullington commented 6 months ago

@budowski can you make a separate github issue for any of the steps you couldn't complete here? that way we know what still needs fixing.

budowski commented 5 months ago

@albullington - done (#1383)

kueda commented 4 months ago

I'm going to close since we merged in the parts that worked diverted to another issue.