mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
1cba02c34d
Turns out the JSC included with React Native on Android includes a buggy implementation of ArrayIterator that is missing an exposed next() method, so we implement it ourselves instead.