I'm experiencing some performance errors in the console of the react-native debugger of the kind '[Violation] 'message' handler took XXXms'
where XXX gets up to 767ms.
The FlatList I am using contains many images. The messages occur after I release at the bottom, i.e. when the onRelease callback is called.
Does anyone else experience these problems?
I'm experiencing some performance errors in the console of the react-native debugger of the kind '[Violation] 'message' handler took XXXms'
where XXX gets up to 767ms.
The FlatList I am using contains many images. The messages occur after I release at the bottom, i.e. when the
onReleasecallback is called.Does anyone else experience these problems?