iffly
Results
3
comments of
iffly
it seem that it happened when ReactScrollView updateStateOnScroll
I think it maybe caused by synchronization problem
> @jacobp100 I found the offending code 🥳 > > In `SafeAreaView` we call > > ``` > uiManager.setViewLocalData(id, localData) > ``` > > before > > ``` > waitForReactLayout()...