Solution 1(Quick and simple)
- On a different location creating a new application by using command below but keep in mind project name should be identical otherwise build failded
npx react-native init AwesomeProject
- Copy android/ios folder manully and paste into your project.
- Start building the project