-
Notifications
You must be signed in to change notification settings - Fork 99
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
TypeError: Cannot read property 'slice' of undefined, js engine: hermes #342
Comments
getting this too. |
This bug is present again in |
what about |
I had to make several changes to my setup in order to get an unrelated issue with Expo fixed: expo/expo#31005. Seems to have addressed my issues with v0.7.3. v0.7.4 also works for me. I messed around with my package managers a lot including switching from npm to yarn, so it's hard to say what changed. |
Cool. If you have issues in the future, I have made this: https://github.com/boorad/rnqc-test-apps. I'm trying to get organized around all the build / lib / arch / engine options that exist currently, and have a place to go for making repeatable small reproductions. |
I keep getting this error: TypeError: Cannot read property 'slice' of undefined, js engine: hermes
When i try to import the package.
The text was updated successfully, but these errors were encountered: