-
Notifications
You must be signed in to change notification settings - Fork 325
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
How can I fork this repo ? #95
Comments
Hey @AlexUzan , this is how your package.json should look like:
Also you will need to blacklist the node_modules directories of
Hope that helps :) |
Hi @vishalnarkhede, thank you for your help !
Above is what I have right now in my package.json, but yarn does not find it (404 error). From my understanding neither yarn nor npm support linking subdirectories of github repos as dependencies (yarnpkg/yarn#4725). I found a useful tool allowing to publish packages to github repos the same way you would for npm so I might try this: https://github.com/ramasilveyra/gitpkg |
Hey @AlexUzan , for me, I just have clone of these repos on my local machine. So I use them as following for development.
And for sample apps, I replace them with their corresponding npm packages
|
@AlexUzan Can you give me an update if |
@vishalnarkhede Yes, |
Thanks really great to hear @AlexUzan :) Closing this issue now!! |
Hi, I am trying to setup Stream in a react native app, but for customization issues I need to fork it and change some components. From what I understand this repo actually contains 3 npm packages, and the changes I need are in the
stream-chat-react-native-core
package. But then when I add the url to the fork in mypackage.json
, I am stuck because yarn fetchesstream-chat-react-native-core
instead ofstream-chat-react-native
.I know this might be a basic question, but I am not used to the way npm packages work. Is there a way to make it work just by forking or do I need to publish it on npm to make it work ?
Thanks !
The text was updated successfully, but these errors were encountered: