-
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
Ability to recreate IOS/Android folders #1070
Comments
Typical approach with using |
Yes, otherwise you wouldn't easily be able to run projects from native IDEs, since these would live in node_modules and could get erased any time.
This is a question that comes back once in a while, e.g. here: #503. I don't really see such command being less of a hack than I'm open to a discussion on how we could simplify handling native projects, but I believe https://github.com/react-native-community/discussions-and-proposals is a better place to do so. |
Why would it? It's not advertised to do so. |
Ok. This is great clarification and I'm fully aware that this is the rare use case. Thank you for coming back so fast with an explanation! Closing as we both agreed that there is nothing to action here. |
Describe the Feature
When creating react-native projects IOS and Android folders are created with native code. Since auto-linking is now enabled in situations where there will be no changes in this native codebase is there any justification to commit them to the repository?
Would it be possible to dynamically recreate IOS and Android folders with content without calling init and copying pasting code?
The text was updated successfully, but these errors were encountered: