-
Notifications
You must be signed in to change notification settings - Fork 23
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
The instructions didn't work for me as-is #6
Comments
Is your project made using create react native app or react native's cli? |
@dariocravero It was using create react native app |
Also along these lines, jest cannot be run from within the native app. |
@scbrady I just realised that your issue was that Thanks! |
@bcarroll22 what errors are you seeing? |
@dariocravero Thanks, I no longer have to provide the empty object now. But I do still need And as far as jest goes, there are a lot of errors that come up, I tried getting it to work for hours last night. At first, you get this: Then you get this: This is the best description of the problem that I found: |
Just seen this thread - I made an issue the other day regarding the 'metro-bundler' issue: #10 It seems like create react app installs metro-bundler into the 'metro' folder. Installing metro-bundler manually is the workaround I'm using for now |
In order to get my React-Native project running, I had to do two extra things that aren't written in the readme:
yarn add --dev metro-bundler
rn-cli.config.js
Otherwise, I would get
Cannot read property 'nodeModules' of undefined
.I can sent a PR if these are legitimate issues and if they weren't specific to my use case.
The text was updated successfully, but these errors were encountered: