How can I regenerate ios folder in React Native project?
See original GitHub issueAsk your Question
How can I regenerate ios folder in React Native project?
react-native-cli: 2.0.1 react-native: 0.61.2
❯ react-native eject error Unrecognized command “eject”. info Run “react-native --help” to see a list of all available commands.
❯ react-native upgrade --legacy true error: unknown option `–legacy’
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:18 (2 by maintainers)
Top Results From Across the Web
iOS : How can I regenerate ios folder in React Native project?
iOS : How can I regenerate ios folder in React Native project ? [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] iOS...
Read more >Regenerate ios and android folder in React Native Project
Regenerate ios and android folder in React Native Project. Delete ios and android folders. Inside your project directory. npx react-native init YourProjectName
Read more >Regenerate ios and android folder in React Native Project
Regenerate ios and android folder in React Native Project · Delete ios and android folders. · Inside your project directory.
Read more >How to regenerate ios folder in React Native project - iTecNote
Best Solution · First copy the directory which your to-be-name-changed application exists. · Change the name at index. · Change the name and...
Read more >React Native Notes 7 : How to regenerate ios and android ...
We need to add two more lines in our app.json file. ... You regenerate ios and android folder like that :) If you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You can init a new project that’s named the same in another folder and copy ios dir over:
Make sure you have clean git history before doing so, in case you need to revert
think there should be an command like eject