This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
v12.1.0
Performance/memory improvement for mobile.
We have used a custom "promiseAllBatched" to not Promise.all everything in parallel but have a batch way to do async libcore calls to not spam the React Native bridge.