-
Notifications
You must be signed in to change notification settings - Fork 50
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
Cannot find module 'art/core/path.js'. #47
Comments
I am having the same issue, has anyone come up with an answer for this yet? |
This is because the ART dependency was removed from the react-native core. This project seems not to be maintain. If you look the code the mock is pointed to an non-existent class. It should be updated. A quick/awful part is just comment the line that calls the ART dependency or make a fork of this project and fix it by your own |
Is there any solution for this? |
@russellwpatterson Why did you close this issue? |
Accidentally. I can reopen. |
Thank you! By the way, this issue should be fixed by #89. |
Following a basic setup, I get the following error running on Jest 22:
Searching around in the codebase, I don't see any files that match
art/core/class.js
. I've had to comment out theART
component inreact-native.js
on line 13.Anyone know what's going on there?
The text was updated successfully, but these errors were encountered: