-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
duplicate React #1114
Comments
btw, when I do pod install, it has this log |
I'm having this issue as well. I have the same environment as @kdong007 above. |
Since we are using React 16.2, I wonder if this has anything to do with react removing Haste. https://reactjs.org/blog/2017/12/15/improving-the-repository-infrastructure.html#removing-the-custom-module-system |
Hi @kdong007, @michaelmerrill, thanks for reaching us. Please take a look at this #893 (comment) If I get your issue right - it might help you to resolve the configuration problem (CodePush + RN + CocoaPods). Please let me know if you have any questions. |
@sergey-akhalkov that fix works. Thanks. |
@kdong007, thanks for letting me know, I'm closing this, please feel free to reopen or create a new one in case of any questions/issues. |
I solved this by removing all pod stuff and reinstall it. Here's my podfile:
|
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
node packager runs without warning/errors
Actual Behavior
Environment
(The more info the faster we will be able to address it!)
basically I followed instructions https://docs.microsoft.com/en-us/appcenter/distribution/codepush/react-native, install using react-native link + cocoapods
But after installation, I found that in Pods/ there is another React been installed. This cause duplicate warning as I pasted above. When I use debug build actually connects to packager, it will turn into errors.
The React under Pods/ is expected behavior or should I do something to npm packager that tells it to ignore Pods/React?
The text was updated successfully, but these errors were encountered: