File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 "@turf/length" : " 6.5.0" ,
8282 "@turf/nearest-point-on-line" : " 6.5.0" ,
8383 "@types/geojson" : " ^7946.0.7" ,
84- "debounce" : " ^1 .2.0"
84+ "debounce" : " ^2 .2.0"
8585 },
8686 "devDependencies" : {
8787 "@babel/core" : " ^7.25.2" ,
Original file line number Diff line number Diff line change 99 HostComponent ,
1010 LayoutChangeEvent ,
1111} from 'react-native' ;
12- import { debounce } from 'debounce' ;
12+ import debounce from 'debounce' ;
1313
1414import NativeMapView , {
1515 type NativeMapViewActual ,
@@ -554,7 +554,7 @@ class MapView extends NativeBridgeComponent(
554554 this . _onDebouncedRegionWillChange = debounce (
555555 this . _onRegionWillChange . bind ( this ) ,
556556 props . regionWillChangeDebounceTime ,
557- true ,
557+ { immediate : true } ,
558558 ) ;
559559
560560 this . _onDebouncedRegionDidChange = debounce (
Original file line number Diff line number Diff line change @@ -4166,10 +4166,10 @@ de-indent@^1.0.2:
41664166 resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"
41674167 integrity sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==
41684168
4169- debounce@^1 .2.0:
4170- version "1 .2.1 "
4171- resolved "https://registry.yarnpkg.com/debounce/-/debounce-1 .2.1 .tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5 "
4172- integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug ==
4169+ debounce@^2 .2.0:
4170+ version "2 .2.0 "
4171+ resolved "https://registry.yarnpkg.com/debounce/-/debounce-2 .2.0 .tgz#f895fa2fbdb579a0f0d3dcf5dde19657e50eaad5 "
4172+ integrity sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw ==
41734173
41744174debug@2.6.9, debug@^2.6.9:
41754175 version "2.6.9"
You can’t perform that action at this time.
0 commit comments