Skip to content
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

Issues revolving around the duplication of RN or React deps #36

Closed
taynefemple opened this issue Mar 19, 2018 · 2 comments
Closed

Issues revolving around the duplication of RN or React deps #36

taynefemple opened this issue Mar 19, 2018 · 2 comments

Comments

@taynefemple
Copy link

taynefemple commented Mar 19, 2018

Saw a lot of comments about this and just wanted to post what worked for me. My team is using yarn:

cd node_modules
cd nachos-ui
cd node_modules
rm -rf react-native

Then from project folder:

yarn start --reset-cache

Still have a lot of yellow in the console, but it works. I'm sure there's a better fix out there, but I thought this could help some blocked folks out there.

@vikas5914
Copy link

Thanks

@mattapperson mattapperson changed the title Unable to resolve module AccessibilityInfo and collisions workaround Issues revolving around the duplication of RN or React deps May 1, 2018
@mattapperson
Copy link
Member

This should be fixed with PR #36. If not please let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants