-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android version of JavaScriptCore's Array.keys() method returns object without Symbol.iterator method #22573
Comments
When I try to apply this solution I get:
|
can you try 0.58 rc1 and see if the newer JSC on Android helps resolve this issue? |
@matthargett will try today, thanks. |
@matthargett same. Without polyfill My steps where:
I also try to remove |
The JSC in Android was updated in December, it's in master. The new JSC will be part of the 0.59 release. Can you verify on master and let us know if it's still an issue? |
how can I get master branch version? If I do
|
It's not trivial, you'd need to build from source: http://facebook.github.io/react-native/docs/building-from-source The 0.59 RC is scheduled to be cut this week, at which point you'll be able to install @next from npm. |
My bad, on step 3 I type wrong command, should be
|
Ok, I wait rc and test version from npm then. |
Related issues
#15902 #21550 #20902 #18426 #19737
Environment
React Native Environment Info:
System:
OS: Linux 4.15 Ubuntu 18.04.1 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
Memory: 2.44 GB / 15.55 GB
Shell: 4.4.19 - /bin/bash
Binaries:
Node: 8.14.0 - /usr/bin/node
Yarn: 1.12.3 - /usr/bin/yarn
npm: 6.4.1 - /usr/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
API Levels: 27, 28
Build Tools: 27.0.3, 28.0.3
System Images: android-27 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom
IDEs:
Android Studio: 3.2 AI-181.5540.7.32.5056338
npmPackages:
react: 16.6.1 => 16.6.1
react-native: 0.57.7 => 0.57.7
Description
JavaScriptCore's Array.keys() object missing Symbol.iterator method.
Reproducible Demo
The text was updated successfully, but these errors were encountered: