'Is there any method in react native to generate android and ios folders again?
I messed up in my react-native android and ios folder while doing some changes in internal files, now project is not starting with lots of errors which is from gradle and pod file , can i clean this project to default stage or can i delete these folders and regenerate again for clean folders again in same project?.
Solution 1:[1]
When i messed-up my project i just run "expo eject" again, but then you have to set-up your configuration again on android studio and x-code
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Anselmo Viola |