Ryan Scott
Ryan Scott
I looked at this briefly and it stems from the way that changes are tracked based on using the `=` setter method. Making changes directly to an array field doesn't...
I'm seeing this issue as well. It's especially bad on Android. I tried patching with the changes in https://github.com/itinance/react-native-fs/pull/794 but it didn't help.
@idrm it looks like the `progressInterval` and `progressDivider` params are only used when a progress callback is provided. Unfortunately I'm seeing UI blocking even without a progress callback, so specifying...