v0.6.1
onBoundsChange
gets called on the initial mount (when the first bounds become known). When this happens, it also gets passed a parameterinitial
, which will be set totrue
. It will befalse
on all subsequent calls.
onBoundsChange
gets called on the initial mount (when the first bounds become known). When this happens, it also gets passed a parameter initial
, which will be set to true
. It will be false
on all subsequent calls.