roselind
roselind
thanks ,yours answers. I temporarily solved the problem , The effect is still a little slow I found it that BlurView can be forced update by modifying properties , eg...
Not solved, My present method is to force updates 2 times ,Most of them are correct
I resets state when first time load on android ` imageLoaded() { InteractionManager.runAfterInteractions(() => { setTimeout(() => { var blurRadius = this.state.blurRadius ; blurRadius = getRandomNum_MinAndMax_noValue(6,12,blurRadius); var downsampleFactor = this.state.downsampleFactor;...
I found it , Only once setting does not work ,Even after the page has been loaded ,I listen a event ,Set it again after a few seconds .
The Arrow is disappeared on android , Why is that so? How do you modify this bug?