-
Notifications
You must be signed in to change notification settings - Fork 904
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
Change the default folder location for android and ios #2005
Comments
Hey! 👋 What issue do you have if you're adding custom project source directories with |
Hi @szymonrybczak, React Native v0.72.1 ERROR_LOG:
BUILD FAILED in 4s
|
Okay, so that's not the problem with React Native CLI. I see the problem in your setup, you passed to the |
I have double checked and looks fine to me. ./stage/android/settings.gradle: (two levels of nesting to the node_modules, so using the ../../) ./stage/android/app/build.gradle: (three levels of nesting to the node_modules, so using the ../../../) But somehow the settings are looking for wrong path: The node_modules is not under the /stage instead it's still at the root of the project, so that's what bothering me. I can't seem to find where else I need to update the lookup for node_modules path |
In |
@szymonrybczak Just added the hermesCommand and also the allproject scope. Thanks a million buddy! |
Ask your Question
Hi there,
Can someone help me out as I am stuck with this problem since yesterday. I am trying to change the default folders for android and ios to a custom nested folder e.g. ./test/android and ./test/ios
In the previous version, I follow the issue #1103 and it was done but with the latest version, I am unable to do that.
Any help would be highly appreciated.
Thank you.
The text was updated successfully, but these errors were encountered: